-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
42 lines (42 loc) · 1.03 KB
/
project.yml
File metadata and controls
42 lines (42 loc) · 1.03 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
name: BreakPoint
options:
bundleIdPrefix: com.kika
deploymentTarget:
macOS: "14.0"
settings:
base:
SWIFT_VERSION: 5.9
targets:
BreakPoint:
type: application
platform: macOS
sources:
- path: BreakPoint
settings:
base:
PRODUCT_NAME: BreakPoint
PRODUCT_BUNDLE_IDENTIFIER: com.kika.BreakPoint
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_LSUIElement: YES
CODE_SIGN_STYLE: Automatic
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0
MACOSX_DEPLOYMENT_TARGET: "14.0"
SWIFT_EMIT_LOC_STRINGS: NO
scheme:
testTargets:
- BreakPointTests
BreakPointTests:
type: bundle.unit-test
platform: macOS
sources:
- path: BreakPointTests
dependencies:
- target: BreakPoint
settings:
base:
PRODUCT_NAME: BreakPointTests
PRODUCT_BUNDLE_IDENTIFIER: com.kika.BreakPointTests
GENERATE_INFOPLIST_FILE: YES
CODE_SIGN_STYLE: Automatic
MACOSX_DEPLOYMENT_TARGET: "14.0"