-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
94 lines (91 loc) · 4.28 KB
/
Copy pathproject.yml
File metadata and controls
94 lines (91 loc) · 4.28 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
84
85
86
87
88
89
90
91
92
93
94
name: Canopy
options:
bundleIdPrefix: sh.saqoo
deploymentTarget:
macOS: "15.0"
minimumXcodeGenVersion: "2.42.0"
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: 2.9.0
settings:
base:
MARKETING_VERSION: "2.10.3"
CURRENT_PROJECT_VERSION: "78"
SWIFT_VERSION: "6.0"
DEVELOPMENT_TEAM: VCFY2GFR89
targets:
Canopy:
type: application
platform: macOS
sources:
- Sources/Canopy
- path: Resources/vscode-shim
type: folder
buildPhase: resources
- path: Resources/ssh-claude-wrapper.sh
buildPhase: resources
- path: Resources/prism.js
buildPhase: resources
- path: Resources/prism-canopy.css
buildPhase: resources
- path: Resources/canopy-overrides.css
buildPhase: resources
resources:
- path: Sources/Canopy/Resources/Assets.xcassets
- path: Sources/Canopy/theme-light.css
buildPhase: resources
dependencies:
- package: Sparkle
product: Sparkle
entitlements:
path: Sources/Canopy/Canopy.entitlements
properties:
com.apple.security.automation.apple-events: true
com.apple.security.device.audio-input: true
com.apple.security.device.camera: true
com.apple.security.personal-information.addressbook: true
com.apple.security.personal-information.calendars: true
com.apple.security.personal-information.location: true
com.apple.security.personal-information.photos-library: true
com.apple.security.personal-information.reminders: true
com.apple.security.device.speech-recognition: true
settings:
PRODUCT_BUNDLE_IDENTIFIER: sh.saqoo.Canopy
SWIFT_STRICT_CONCURRENCY: complete
configs:
Debug:
# Same Developer ID identity as Release, NOT "Apple Development":
# TCC keys folder grants by (bundle id + designated requirement),
# so a Debug build signed with a different cert fights the
# installed /Applications copy over the same TCC row — every
# prod↔debug switch re-prompts "access your Documents folder".
# Matching identities → identical designated requirement → one
# grant covers both builds forever.
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Developer ID Application: Tomohiko Koyama (VCFY2GFR89)"
Release:
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Developer ID Application: Tomohiko Koyama (VCFY2GFR89)"
info:
path: Sources/Canopy/Info.plist
properties:
CFBundleDisplayName: Canopy
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
CFBundleShortVersionString: "$(MARKETING_VERSION)"
LSApplicationCategoryType: public.app-category.developer-tools
SUFeedURL: "https://saqoosha.github.io/Canopy/appcast.xml"
SUPublicEDKey: "CfVhssjAg+ilpn08nLc2CvEID3s0PorWOS4lwUBfGto="
NSAppleEventsUsageDescription: "A program running within Canopy would like to use AppleScript."
NSBluetoothAlwaysUsageDescription: "A program running within Canopy would like to use Bluetooth."
NSCalendarsUsageDescription: "A program running within Canopy would like to access your Calendar."
NSCameraUsageDescription: "A program running within Canopy would like to use the camera."
NSContactsUsageDescription: "A program running within Canopy would like to access your Contacts."
NSLocalNetworkUsageDescription: "A program running within Canopy would like to access the local network."
NSLocationUsageDescription: "A program running within Canopy would like to access your location information."
NSMicrophoneUsageDescription: "A program running within Canopy would like to use your microphone."
NSMotionUsageDescription: "A program running within Canopy would like to access motion data."
NSPhotoLibraryUsageDescription: "A program running within Canopy would like to access your Photo Library."
NSRemindersUsageDescription: "A program running within Canopy would like to access your reminders."
NSSpeechRecognitionUsageDescription: "A program running within Canopy would like to use speech recognition."
NSSystemAdministrationUsageDescription: "A program running within Canopy requires elevated privileges."