-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
31 lines (31 loc) · 1000 Bytes
/
project.yml
File metadata and controls
31 lines (31 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: FlashCount
options:
bundleIdPrefix: com.flashcount
deploymentTarget:
iOS: "17.0"
xcodeVersion: "15.0"
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "5.9"
GENERATE_INFOPLIST_FILE: YES
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
targets:
FlashCount:
type: application
platform: iOS
sources:
- path: FlashCount
settings:
base:
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait"
INFOPLIST_KEY_CFBundleDisplayName: "FlashCount"
PRODUCT_BUNDLE_IDENTIFIER: com.flashcount.app
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
SWIFT_EMIT_LOC_STRINGS: YES
TARGETED_DEVICE_FAMILY: "1"