-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
52 lines (52 loc) · 1.24 KB
/
project.yml
File metadata and controls
52 lines (52 loc) · 1.24 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
name: Nummern
options:
bundleIdPrefix: com.digitalhandstand
deploymentTarget:
macOS: "14.0"
settings:
base:
DEAD_CODE_STRIPPING: YES
ENABLE_USER_SCRIPT_SANDBOXING: YES
ENABLE_GENERATED_ASSET_SYMBOL_EXTENSIONS: YES
STRING_CATALOG_GENERATE_SYMBOLS: YES
targets:
Nummern:
type: application
platform: macOS
sources:
- path: Nummern
resources:
- path: Nummern/Assets.xcassets
- path: python
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.digitalhandstand.nummern
INFOPLIST_FILE: Config/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 0.1.0
SWIFT_VERSION: 5.9
DEAD_CODE_STRIPPING: YES
ENABLE_USER_SCRIPT_SANDBOXING: YES
STRING_CATALOG_GENERATE_SYMBOLS: YES
NummernTests:
type: bundle.unit-test
platform: macOS
sources:
- path: NummernTests
dependencies:
- target: Nummern
settings:
base:
GENERATE_INFOPLIST_FILE: YES
SWIFT_VERSION: 5.9
DEAD_CODE_STRIPPING: YES
ENABLE_USER_SCRIPT_SANDBOXING: YES
schemes:
Nummern:
build:
targets:
Nummern: all
test:
targets:
- NummernTests