-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathproject.yml
File metadata and controls
41 lines (41 loc) · 1.02 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
name: Pangea
options:
bundleIdPrefix: tech.dunkel
createIntermediateGroups: true
developmentLanguage: en
deploymentTarget:
macOS: "26.0"
settings:
base:
SWIFT_VERSION: "6.0"
MARKETING_VERSION: "1.5.0"
CURRENT_PROJECT_VERSION: "34"
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: P7HV8KK9T8
targets:
Pangea:
type: application
platform: macOS
sources:
- path: Pangea
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: tech.dunkel.pangea
PRODUCT_NAME: Pangea
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
INFOPLIST_FILE: Pangea/Info.plist
CODE_SIGN_ENTITLEMENTS: Pangea/Pangea.entitlements
GENERATE_INFOPLIST_FILE: NO
SWIFT_EMIT_LOC_STRINGS: YES
COMBINE_HIDPI_IMAGES: YES
PangeaTests:
type: bundle.unit-test
platform: macOS
sources:
- path: PangeaTests
dependencies:
- target: Pangea
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: tech.dunkel.pangeaTests
GENERATE_INFOPLIST_FILE: YES