-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
51 lines (48 loc) · 1.22 KB
/
Copy pathproject.yml
File metadata and controls
51 lines (48 loc) · 1.22 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
46
47
48
49
50
51
name: Jinitaimei
options:
bundleIdPrefix: com.jinitaimei
deploymentTarget:
iOS: "17.0"
developmentLanguage: zh-Hans
createIntermediateGroups: true
groupSortPosition: top
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.9"
IPHONEOS_DEPLOYMENT_TARGET: "17.0"
TARGETED_DEVICE_FAMILY: "1" # iPhone only
packages:
TongjiKit:
path: TongjiKit
TongjiUI:
path: TongjiUI
targets:
Jinitaimei:
type: application
platform: iOS
sources:
- path: App
excludes:
- "Info.plist"
resources:
- App/Assets.xcassets
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.jinitaimei.app
PRODUCT_NAME: Jinitaimei
GENERATE_INFOPLIST_FILE: NO
INFOPLIST_FILE: App/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
ENABLE_PREVIEWS: YES
TARGETED_DEVICE_FAMILY: "1"
SUPPORTS_MACCATALYST: NO
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
DEVELOPMENT_TEAM: ""
CODE_SIGN_STYLE: Automatic
dependencies:
- package: TongjiKit
product: TongjiKit
- package: TongjiUI
product: TongjiUI