-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
73 lines (67 loc) · 1.66 KB
/
Copy pathproject.yml
File metadata and controls
73 lines (67 loc) · 1.66 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
name: Patchly
options:
developmentLanguage: en
deploymentTarget:
macOS: "26.0"
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: 2.6.0
settings:
base:
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete
DEAD_CODE_STRIPPING: YES
ONLY_ACTIVE_ARCH: NO
ARCHS: arm64
# Bumped by scripts/release.sh, which edits this file and re-runs
# `xcodegen generate` — don't hand-edit project.pbxproj's version
# directly, it gets overwritten on the next regenerate.
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "50"
targets:
Patchly:
type: application
platform: macOS
deploymentTarget: "26.0"
sources:
- path: Patchly
excludes:
- Info.plist
- Patchly.entitlements
settings:
base:
PRODUCT_NAME: Patchly
PRODUCT_BUNDLE_IDENTIFIER: com.mberrish.Patchly
GENERATE_INFOPLIST_FILE: NO
INFOPLIST_FILE: Patchly/Info.plist
CODE_SIGN_ENTITLEMENTS: Patchly/Patchly.entitlements
ENABLE_APP_SANDBOX: NO
ENABLE_HARDENED_RUNTIME: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CODE_SIGN_STYLE: Automatic
dependencies:
- package: Sparkle
PatchlyTests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "26.0"
sources:
- path: PatchlyTests
dependencies:
- target: Patchly
settings:
base:
GENERATE_INFOPLIST_FILE: YES
CODE_SIGN_STYLE: Automatic
schemes:
Patchly:
build:
targets:
Patchly: all
PatchlyTests: [test]
test:
targets:
- PatchlyTests
run:
config: Debug