fix: Goose Desktop missing Calendar and Reminders entitlements (#7100)
Co-authored-by: blackgirlbytes <22990146+blackgirlbytes@users.noreply.github.com> Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
committed by
GitHub
parent
17dff138cc
commit
d6e8ecbaa6
@@ -26,5 +26,9 @@
|
||||
<true/>
|
||||
<key>com.apple.security.device.audio-input</key>
|
||||
<true/>
|
||||
<key>com.apple.security.personal-information.calendars</key>
|
||||
<true/>
|
||||
<key>com.apple.security.personal-information.reminders</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -32,6 +32,9 @@ let cfg = {
|
||||
LSItemContentTypes: ['public.directory', 'public.folder'],
|
||||
},
|
||||
],
|
||||
// Usage descriptions for macOS TCC (Transparency, Consent, and Control)
|
||||
NSCalendarsUsageDescription: 'Goose needs access to your calendars to help manage and query calendar events.',
|
||||
NSRemindersUsageDescription: 'Goose needs access to your reminders to help manage and query reminders.',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user