1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-13 09:40:15 +01:00

15 lines
614 B
Plaintext
Raw Normal View History

2020-05-15 16:07:12 +05:30
// 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.
2020-11-14 16:39:00 +08:00
PRODUCT_NAME = git_touch
2020-05-15 16:07:12 +05:30
// The application's bundle identifier
2020-11-14 16:39:00 +08:00
PRODUCT_BUNDLE_IDENTIFIER = io.github.pd4d10.gitTouch
2020-05-15 16:07:12 +05:30
// The copyright displayed in application information
2020-11-14 16:39:00 +08:00
PRODUCT_COPYRIGHT = Copyright © 2020 io.github.pd4d10. All rights reserved.