-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
32 lines (30 loc) · 863 Bytes
/
Copy pathproject.yml
File metadata and controls
32 lines (30 loc) · 863 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
32
name: TangPoems
options:
bundleIdPrefix: com.tertiaryinfotech
deploymentTarget:
iOS: "17.0"
createIntermediateGroups: true
settings:
base:
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
DEVELOPMENT_TEAM: "GU9WTSTX9M"
SWIFT_VERSION: "5.0"
TARGETED_DEVICE_FAMILY: "1,2" # universal: iPhone + iPad
GENERATE_INFOPLIST_FILE: NO
ENABLE_USER_SCRIPT_SANDBOXING: YES
targets:
TangPoems:
type: application
platform: iOS
deploymentTarget: "17.0"
sources:
- TangPoems
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.tertiaryinfotech.tangpoems
INFOPLIST_FILE: TangPoems/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
SUPPORTS_MACCATALYST: NO
CODE_SIGN_STYLE: Automatic