From 0294bf0b51a3ebc2a0eac5f31af8f5ad298488af Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 22 Jan 2021 15:08:50 +0200 Subject: [PATCH] macos changes --- macos/Runner/Configs/AppInfo.xcconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.