-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
72 lines (67 loc) · 1.72 KB
/
Copy pathproject.yml
File metadata and controls
72 lines (67 loc) · 1.72 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: InDraft
options:
bundleIdPrefix: com.indraft
deploymentTarget:
macOS: "14.0"
xcodeVersion: "16.0"
createIntermediateGroups: true
packages:
HugeiconsSwift:
url: https://github.com/iSapozhnik/hugeicons-swift.git
from: "4.0.0"
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
targets:
InDraft:
type: application
platform: macOS
sources:
- path: InDraft
excludes:
- "**/*.entitlements"
info:
path: InDraft/App/Info.plist
properties:
LSUIElement: true
CFBundleDisplayName: InDraft
CFBundleName: InDraft
entitlements:
path: InDraft/App/InDraft.entitlements
dependencies:
- package: HugeiconsSwift
product: Hugeicons
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.indraft.app
PRODUCT_NAME: InDraft
CODE_SIGN_ENTITLEMENTS: InDraft/App/InDraft.entitlements
INFOPLIST_FILE: InDraft/App/Info.plist
ENABLE_HARDENED_RUNTIME: false
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
InDraftTests:
type: bundle.unit-test
platform: macOS
sources:
- InDraftTests
dependencies:
- target: InDraft
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.indraft.tests
GENERATE_INFOPLIST_FILE: YES
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/InDraft.app/Contents/MacOS/InDraft"
BUNDLE_LOADER: "$(TEST_HOST)"
InDraftUITests:
type: bundle.ui-testing
platform: macOS
sources:
- InDraftUITests
dependencies:
- target: InDraft
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.indraft.uitests
GENERATE_INFOPLIST_FILE: YES
TEST_TARGET_NAME: InDraft