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:
github-actions[bot]
2026-02-10 01:48:03 +00:00
committed by GitHub
parent 17dff138cc
commit d6e8ecbaa6
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -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>
+3
View File
@@ -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.',
},
};