forked from Shpigford/chops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
54 lines (51 loc) · 1.36 KB
/
Copy pathproject.yml
File metadata and controls
54 lines (51 loc) · 1.36 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
name: Chops
options:
bundleIdPrefix: com.joshpigford
deploymentTarget:
macOS: "15.0"
createIntermediateGroups: true
generateEmptyDirectories: true
configs:
Debug: debug
Release: release
LocalRelease: release
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: "2.6.0"
MarkdownUI:
url: https://github.com/gonzalezreal/swift-markdown-ui
from: "2.4.0"
Highlightr:
url: https://github.com/raspu/Highlightr
from: "2.2.1"
targets:
Chops:
type: application
platform: macOS
sources:
- path: Chops
excludes:
- "*.entitlements"
- Info.plist
dependencies:
- package: Sparkle
- package: MarkdownUI
- package: Highlightr
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.joshpigford.Chops
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
INFOPLIST_FILE: Chops/Info.plist
CODE_SIGN_ENTITLEMENTS: Chops/Chops.entitlements
MACOSX_DEPLOYMENT_TARGET: "15.0"
GENERATE_INFOPLIST_FILE: NO
SWIFT_STRICT_CONCURRENCY: minimal
ASSETCATALOG_COMPILER_APPICON_NAME: ChopsIcon
ENABLE_HARDENED_RUNTIME: YES
configs:
Release:
CODE_SIGN_IDENTITY: "Developer ID Application"
LocalRelease:
CODE_SIGN_ENTITLEMENTS: Chops/ChopsLocalRelease.entitlements