-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
50 lines (48 loc) · 1.47 KB
/
project.yml
File metadata and controls
50 lines (48 loc) · 1.47 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
name: Yield
options:
bundleIdPrefix: com.jeremyfields
deploymentTarget:
macOS: "14.0"
xcodeVersion: "15.0"
minimumXcodeGenVersion: "2.38"
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: "2.6.0"
targets:
Yield:
type: application
platform: macOS
sources:
- Yield
dependencies:
- package: Sparkle
product: Sparkle
info:
path: Yield/Info.plist
properties:
CFBundleShortVersionString: "$(MARKETING_VERSION)"
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
LSUIElement: true
CFBundleDisplayName: "Yield"
CFBundleName: Yield
NSAppTransportSecurity:
NSAllowsArbitraryLoads: false
NSAllowsLocalNetworking: true
SUFeedURL: "https://raw.githubusercontent.com/vigetlabs/yield-app/main/appcast.xml"
SUPublicEDKey: "qf90v1Zbq7OTVAfWHnhjzHEkvnW4juPWIgjbm/3U/P8="
SUEnableAutomaticChecks: true
SUScheduledCheckInterval: 86400
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.yield
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
PRODUCT_NAME: "Yield"
MARKETING_VERSION: "0.9.4.1"
CURRENT_PROJECT_VERSION: "6"
ENABLE_HARDENED_RUNTIME: true
CODE_SIGN_IDENTITY: "Developer ID Application: Jeremy Fields (7G49Y875S8)"
DEVELOPMENT_TEAM: 7G49Y875S8
CODE_SIGN_STYLE: Manual
CODE_SIGN_ENTITLEMENTS: Yield/Yield.entitlements