Skip to content

Commit

Permalink
fix: add Contacts/Calendars entitlements (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Mar 21, 2022
1 parent b70fb66 commit f19b774
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ const config = {
'Access is needed by certain built-in fiddles in addition to any custom fiddles that use the Camera',
Microphone:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that use the Microphone',
Calendars:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Calendars',
Contacts:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Contacts',
Reminders:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Reminders',
},
appCategoryType: 'public.app-category.developer-tools',
protocols: [
Expand Down
4 changes: 4 additions & 0 deletions static/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.personal-information.addressbook</key>
<true/>
<key>com.apple.security.personal-information.calendars</key>
<true/>
</dict>
</plist>

0 comments on commit f19b774

Please sign in to comment.