forked from Skip-Notes/Skip-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSkip.env
More file actions
20 lines (15 loc) · 790 Bytes
/
Skip.env
File metadata and controls
20 lines (15 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// The configuration file for your Skip App (https://skip.tools).
// Properties specified here are shared between
// Darwin/SkipNotes.xcconfig and Android/settings.gradle.kts
// and will be included in the app's metadata files
// Info.plist and AndroidManifest.xml
// PRODUCT_NAME is the default title of the app, which must match the app's Swift module name
PRODUCT_NAME = SkipNotes
// PRODUCT_BUNDLE_IDENTIFIER is the unique id for both the iOS and Android app
PRODUCT_BUNDLE_IDENTIFIER = org.appfair.app.SkipNotes
// The semantic version of the app
MARKETING_VERSION = 0.10.2
// The build number specifying the internal app version
CURRENT_PROJECT_VERSION = 56
// The package name for the Android entry point, referenced by the AndroidManifest.xml
ANDROID_PACKAGE_NAME = skip.notes