-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
47 lines (47 loc) · 1.32 KB
/
project.yml
File metadata and controls
47 lines (47 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
46
47
name: ContextEditor
options:
bundleIdPrefix: com.driade
deploymentTarget:
macOS: "13.0"
settings:
base:
PRODUCT_NAME: ContextEditor
SWIFT_VERSION: "5.0"
GENERATE_INFOPLIST_FILE: NO
targets:
ContextEditor:
type: application
platform: macOS
sources:
- ContextEditor
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.driade.contexteditor
INFOPLIST_FILE: ContextEditor/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CURRENT_PROJECT_VERSION: 3
MARKETING_VERSION: 0.1.2
ENABLE_HARDENED_RUNTIME: YES
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.developer-tools
SUPPORTS_MACCATALYST: NO
configs:
Debug:
CODE_SIGN_STYLE: Automatic
Release:
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: Developer ID Application
CODE_SIGN_INJECT_BASE_ENTITLEMENTS: NO
DEVELOPMENT_TEAM: KYNN4JTWJN
ContextEditorTests:
type: bundle.unit-test
platform: macOS
sources:
- ContextEditorTests
dependencies:
- target: ContextEditor
settings:
base:
PRODUCT_NAME: ContextEditorTests
PRODUCT_MODULE_NAME: ContextEditorTests
PRODUCT_BUNDLE_IDENTIFIER: com.driade.contexteditor.tests
GENERATE_INFOPLIST_FILE: YES