-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.yml
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathproject.yml
File metadata and controls
44 lines (44 loc) · 1.1 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
name: AIMeter
options:
createIntermediateGroups: true
deploymentTarget:
macOS: "14.0"
settings:
base:
SWIFT_VERSION: "5.10"
MACOSX_DEPLOYMENT_TARGET: "14.0"
targets:
AIMeter:
type: application
platform: macOS
deploymentTarget: "14.0"
sources:
- path: Sources/AIMeter
excludes:
- Resources/Info.plist
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.divyanshu.aimeter
INFOPLIST_FILE: Sources/AIMeter/Resources/Info.plist
GENERATE_INFOPLIST_FILE: NO
CODE_SIGN_STYLE: Automatic
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
MARKETING_VERSION: 0.4.0
CURRENT_PROJECT_VERSION: 400
SWIFT_EMIT_LOC_STRINGS: NO
PRODUCT_NAME: AIMeter
scheme:
testTargets:
- AIMeterTests
AIMeterTests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "14.0"
sources:
- path: Tests/AIMeterTests
dependencies:
- target: AIMeter
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.divyanshu.aimeter.tests
GENERATE_INFOPLIST_FILE: YES