-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
41 lines (38 loc) · 905 Bytes
/
Copy pathproject.yml
File metadata and controls
41 lines (38 loc) · 905 Bytes
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: Luma
options:
minimumXcodeGenVersion: 2.40.0
deploymentTarget:
macOS: "14.0"
settings:
base:
SWIFT_VERSION: 6.0
MACOSX_DEPLOYMENT_TARGET: "14.0"
targets:
Luma:
type: application
platform: macOS
sources:
- path: Luma
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.connorhountalas.Luma
INFOPLIST_FILE: Luma/Info.plist
MARKETING_VERSION: 0.1.11
CURRENT_PROJECT_VERSION: 1
CODE_SIGN_STYLE: Automatic
ENABLE_HARDENED_RUNTIME: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
scheme:
testTargets:
- LumaTests
LumaTests:
type: bundle.unit-test
platform: macOS
sources:
- path: LumaTests
dependencies:
- target: Luma
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.connorhountalas.LumaTests
INFOPLIST_FILE: LumaTests/Info.plist