Skip to content

Commit c78793b

Browse files
nexxelnbalcsida
authored andcommitted
desktop: remove unnecessary macOS entitlements (anomalyco#16161)
1 parent f647236 commit c78793b

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

packages/desktop-electron/resources/entitlements.plist

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@
1212
<true/>
1313
<key>com.apple.security.cs.disable-library-validation</key>
1414
<true/>
15-
<key>com.apple.security.automation.apple-events</key>
16-
<true/>
1715
<key>com.apple.security.device.audio-input</key>
1816
<true/>
19-
<key>com.apple.security.device.camera</key>
20-
<true/>
21-
<key>com.apple.security.personal-information.addressbook</key>
22-
<true/>
23-
<key>com.apple.security.personal-information.calendars</key>
24-
<true/>
25-
<key>com.apple.security.personal-information.location</key>
26-
<true/>
27-
<key>com.apple.security.personal-information.photos-library</key>
28-
<true/>
2917
</dict>
3018
</plist>

packages/desktop/src-tauri/entitlements.plist

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@
1212
<true/>
1313
<key>com.apple.security.cs.disable-library-validation</key>
1414
<true/>
15-
<key>com.apple.security.automation.apple-events</key>
16-
<true/>
1715
<key>com.apple.security.device.audio-input</key>
1816
<true/>
19-
<key>com.apple.security.device.camera</key>
20-
<true/>
21-
<key>com.apple.security.personal-information.addressbook</key>
22-
<true/>
23-
<key>com.apple.security.personal-information.calendars</key>
24-
<true/>
25-
<key>com.apple.security.personal-information.location</key>
26-
<true/>
27-
<key>com.apple.security.personal-information.photos-library</key>
28-
<true/>
2917
</dict>
3018
</plist>

0 commit comments

Comments
 (0)