diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index 2a3e02c0a..1ed230968 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -5,10 +5,10 @@ // 'flutter create' template. // The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = flutter_client +PRODUCT_NAME = Invoice Ninja // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.flutterClient +PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.app // The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2021 com.invoiceninja. All rights reserved. +PRODUCT_COPYRIGHT = Copyright © 2021 Invoice Ninja All rights reserved.