Skip to content

Commit

Permalink
Adding Calendar access for plugins #127
Browse files Browse the repository at this point in the history
  • Loading branch information
melonamin committed Jan 5, 2021
1 parent a4cadc0 commit edc5d14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions SwiftBar/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>https://swiftbar.app/release.xml</string>
<key>NSCalendarsUsageDescription</key>
<string>Allow SwiftBar to access your Calendar. This is required by one of your plugins.</string>
</dict>
</plist>
6 changes: 4 additions & 2 deletions SwiftBar/Resources/SwiftBar.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</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>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>

0 comments on commit edc5d14

Please sign in to comment.