-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
83 lines (78 loc) · 1.76 KB
/
project.yml
File metadata and controls
83 lines (78 loc) · 1.76 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: SwiftWork
options:
bundleIdPrefix: com.swiftwork
deploymentTarget:
macOS: "14.0"
xcodeVersion: "16.0"
groupSortPosition: top
settings:
base:
SWIFT_VERSION: "6.1"
MACOSX_DEPLOYMENT_TARGET: "14.0"
GENERATE_INFOPLIST_FILE: true
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.developer-tools"
packages:
OpenAgentSDK:
url: https://github.com/terryso/open-agent-sdk-swift
from: "0.1.0"
Markdown:
url: https://github.com/apple/swift-markdown
from: "0.5.0"
Splash:
url: https://github.com/JohnSundell/Splash
from: "0.9.0"
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: "2.0.0"
schemes:
SwiftWork:
build:
targets:
SwiftWork: all
SwiftWorkTests: [test]
run:
config: Debug
executable: SwiftWork
test:
config: Debug
targets:
- SwiftWorkTests
analyze:
config: Debug
archive:
config: Release
profile:
config: Release
management:
shared: true
isShown: true
targets:
SwiftWork:
type: application
platform: macOS
sources:
- SwiftWork
dependencies:
- package: OpenAgentSDK
- package: Markdown
- package: Splash
- package: Sparkle
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.swiftwork.app
INFOPLIST_KEY_CFBundleDisplayName: SwiftWork
MARKETING_VERSION: 0.2.2
CURRENT_PROJECT_VERSION: 7
CODE_SIGN_IDENTITY: "-"
CODE_SIGN_STYLE: manual
ENABLE_PREVIEWS: true
SwiftWorkTests:
type: bundle.unit-test
platform: macOS
sources:
- SwiftWorkTests
dependencies:
- target: SwiftWork
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.swiftwork.tests