-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
62 lines (59 loc) · 1.35 KB
/
Copy pathproject.yml
File metadata and controls
62 lines (59 loc) · 1.35 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
62
name: CodexPlusBar
options:
deploymentTarget:
macOS: 14.0
settings:
base:
SWIFT_TREAT_WARNINGS_AS_ERRORS: YES
GCC_TREAT_WARNINGS_AS_ERRORS: YES
SWIFT_STRICT_CONCURRENCY: complete
SWIFT_VERSION: 6.0
schemes:
CodexPlusBar:
shared: true
build:
targets:
CodexPlusBar: all
run:
config: Debug
test:
config: Debug
targets:
- CodexPlusBarTests
profile:
config: Release
analyze:
config: Debug
archive:
config: Release
targets:
CodexPlusBar:
type: application
platform: macOS
bundleId: com.linda.CodexPlusBar
sources:
- path: Sources
type: syncedFolder
resources:
- Resources
settings:
base:
INFOPLIST_FILE: Sources/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.linda.CodexPlusBar
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0
CodexPlusBarTests:
type: bundle.unit-test
platform: macOS
bundleId: com.linda.CodexPlusBar.Tests
sources:
- path: Tests
type: syncedFolder
settings:
base:
INFOPLIST_FILE: Tests/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.linda.CodexPlusBar.Tests
dependencies:
- target: CodexPlusBar