2024-08-26 05:29:17 +00:00
|
|
|
// Application-level settings for the Runner target.
|
|
|
|
//
|
|
|
|
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
|
|
|
|
// future. If not, the values below would default to using the project name when this becomes a
|
|
|
|
// 'flutter create' template.
|
|
|
|
|
|
|
|
// The application's name. By default this is also the title of the Flutter window.
|
2024-09-02 16:03:32 +00:00
|
|
|
PRODUCT_NAME = GroovyBox
|
2024-08-26 05:29:17 +00:00
|
|
|
|
|
|
|
// The application's bundle identifier
|
2024-08-29 18:01:08 +00:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.solsynth.rhythmBox
|
2024-08-26 05:29:17 +00:00
|
|
|
|
|
|
|
// The copyright displayed in application information
|
2024-08-29 18:01:08 +00:00
|
|
|
PRODUCT_COPYRIGHT = Copyright © 2024 dev.solsynth. All rights reserved.
|