-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
38 lines (38 loc) · 1013 Bytes
/
project.yml
File metadata and controls
38 lines (38 loc) · 1013 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
33
34
35
36
37
38
# XcodeGen: 在项目根目录执行 xcodegen generate 生成 MindSeed.xcodeproj
name: MindSeed
options:
bundleIdPrefix: com.mindseed
deploymentTarget:
iOS: "16.0"
xcodeVersion: "15.0"
generateEmptyDirectories: true
groupSortPosition: top
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "5.0"
TARGETED_DEVICE_FAMILY: "1,2"
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: ""
targets:
MindSeed:
type: application
platform: iOS
sources:
- path: MindSeed
name: MindSeed
excludes:
- "**/Preview Content"
- "**/*.xcassets"
- "**/Info.plist"
resources:
- path: MindSeed/Assets.xcassets
type: folder
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.mindseed.app
INFOPLIST_FILE: MindSeed/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
ENABLE_PREVIEWS: YES
dependencies: []