-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
43 lines (43 loc) · 1.18 KB
/
Copy pathproject.yml
File metadata and controls
43 lines (43 loc) · 1.18 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
name: FileDrap
options:
minimumXcodeGenVersion: 2.43.0
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.qian.filedrap
MACOSX_DEPLOYMENT_TARGET: 13.0
SWIFT_VERSION: 6.0
DEVELOPMENT_TEAM: ""
targets:
FileDrap:
type: application
platform: macOS
deploymentTarget: "13.0"
sources:
- path: Sources
settings:
base:
PRODUCT_NAME: FileDrap
GENERATE_INFOPLIST_FILE: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
INFOPLIST_KEY_CFBundleName: 文件拖拖
INFOPLIST_KEY_CFBundleDisplayName: 文件拖拖
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.productivity
INFOPLIST_KEY_LSUIElement: YES
CODE_SIGN_STYLE: Automatic
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_ENTITLEMENTS: Sources/FileDrap/FileDrap.entitlements
scheme:
testTargets:
- FileDrapTests
FileDrapTests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "13.0"
sources:
- path: Tests
settings:
base:
GENERATE_INFOPLIST_FILE: YES
dependencies:
- target: FileDrap