-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
61 lines (56 loc) · 1.41 KB
/
Copy pathproject.yml
File metadata and controls
61 lines (56 loc) · 1.41 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
name: InferenceMeter
options:
bundleIdPrefix: dev.monomyth
deploymentTarget:
macOS: "15.0"
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "6.0"
MARKETING_VERSION: "0.1.4"
CURRENT_PROJECT_VERSION: "6"
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "-"
ENABLE_HARDENED_RUNTIME: NO
targets:
InferenceMeter:
type: application
platform: macOS
deploymentTarget: "15.0"
sources:
- path: InferenceMeter
excludes:
- "**/.gitkeep"
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: dev.monomyth.InferenceMeter
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_LSUIElement: YES
INFOPLIST_KEY_NSHumanReadableCopyright: "Copyright © 2026 Monomyth Development"
ENABLE_APP_SANDBOX: NO
ENABLE_HARDENED_RUNTIME: NO
InferenceMeterTests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "15.0"
sources:
- path: InferenceMeterTests
excludes:
- "**/.gitkeep"
dependencies:
- target: InferenceMeter
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: dev.monomyth.InferenceMeterTests
GENERATE_INFOPLIST_FILE: YES
ENABLE_APP_SANDBOX: NO
ENABLE_HARDENED_RUNTIME: NO
schemes:
InferenceMeter:
build:
targets:
InferenceMeter: all
test:
gatherCoverageData: false
targets:
- InferenceMeterTests