-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathproject.yml
More file actions
64 lines (61 loc) · 1.58 KB
/
project.yml
File metadata and controls
64 lines (61 loc) · 1.58 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
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"
ACP:
url: https://github.com/wiedymi/swift-acp
branch: main
Highlightr:
url: https://github.com/raspu/Highlightr
from: "2.2.1"
cmark-gfm:
url: https://github.com/brokenhandsio/cmark-gfm.git
from: "2.1.0"
targets:
Chops:
type: application
platform: macOS
sources:
- path: Chops
excludes:
- "*.entitlements"
- Info.plist
dependencies:
- package: Sparkle
- package: Highlightr
- package: cmark-gfm
product: cmark
- package: ACP
product: ACP
- package: ACP
product: ACPModel
- package: ACP
product: ACPRegistry
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