-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathSkip.env
More file actions
21 lines (14 loc) · 779 Bytes
/
Skip.env
File metadata and controls
21 lines (14 loc) · 779 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/Showcase.xcconfig and Android/settings.gradle.kts
// The name of the project, which must match the SPM project name in Package.swift
SKIP_PROJECT_NAME = skipapp-showcase
// PRODUCT_NAME is the default title of the app
PRODUCT_NAME = Showcase
// PRODUCT_BUNDLE_IDENTIFIER is the unique id for both the iOS and Android app
PRODUCT_BUNDLE_IDENTIFIER = org.appfair.app.ShowcaseLite
// The semantic version of the app
MARKETING_VERSION = 1.12.3
// The build number specifying the internal app version
CURRENT_PROJECT_VERSION = 198
// The package name for the Android entry point, referenced by the AndroidManifest.xml
ANDROID_PACKAGE_NAME = showcase.module