Skip to content

Commit

Permalink
Add Reminders permissions promt, this fixes usage of tools like icalB…
Browse files Browse the repository at this point in the history
…uddy #328
  • Loading branch information
melonamin committed Oct 23, 2022
1 parent 6928447 commit 2ff1a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftBar/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<string>Allow SwiftBar to run plugin in Terminal</string>
<key>NSCalendarsUsageDescription</key>
<string>Allow SwiftBar to access your Calendar. This is required by one of your plugins.</string>
<key>NSRemindersUsageDescription</key>
<string>Allow SwiftBar to access your Reminders. This is required by one of your plugins.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright ©2020-2022 Ameba Labs. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 2 additions & 0 deletions SwiftBar/Resources/SwiftBar.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.personal-information.calendars</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events:before:10.8</key>
<string>com.apple.Terminal</string>
</dict>
Expand Down

0 comments on commit 2ff1a5a

Please sign in to comment.