-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
45 lines (43 loc) · 1.32 KB
/
Copy pathproject.yml
File metadata and controls
45 lines (43 loc) · 1.32 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
name: JingangJing
options:
bundleIdPrefix: com.tertiaryinfotech
deploymentTarget:
iOS: "17.0"
developmentLanguage: zh-Hans
settings:
base:
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "2"
DEVELOPMENT_TEAM: GU9WTSTX9M
CODE_SIGN_STYLE: Automatic
SWIFT_VERSION: "5.0"
targets:
JingangJing:
type: application
platform: iOS
sources:
- path: Sources
- path: Resources
info:
path: Resources/Info.plist
properties:
CFBundleDisplayName: 金刚经
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption: false
UILaunchScreen:
UIColorName: Background
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.tertiaryinfotech.jingangjing
TARGETED_DEVICE_FAMILY: "1,2"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: Accent
GENERATE_INFOPLIST_FILE: NO