macos changes
This commit is contained in:
parent
27db5f1930
commit
0294bf0b51
|
|
@ -5,10 +5,10 @@
|
||||||
// 'flutter create' template.
|
// 'flutter create' template.
|
||||||
|
|
||||||
// The application's name. By default this is also the title of the Flutter window.
|
// 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
|
// The application's bundle identifier
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.flutterClient
|
PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.app
|
||||||
|
|
||||||
// The copyright displayed in application information
|
// The copyright displayed in application information
|
||||||
PRODUCT_COPYRIGHT = Copyright © 2021 com.invoiceninja. All rights reserved.
|
PRODUCT_COPYRIGHT = Copyright © 2021 Invoice Ninja All rights reserved.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue