summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src-tauri
diff options
context:
space:
mode:
authorShoubhit Dash <[email protected]>2026-03-05 17:13:21 +0530
committerGitHub <[email protected]>2026-03-05 05:43:21 -0600
commit161734fb951541642fd7c6d4e20458542df18ee9 (patch)
tree19eafa36909db2693aa4b7ccbd727e43e32cbaba /packages/desktop/src-tauri
parent4e26b0aec7052b9daf1f1d26906198775cd3ad66 (diff)
downloadopencode-161734fb951541642fd7c6d4e20458542df18ee9.tar.gz
opencode-161734fb951541642fd7c6d4e20458542df18ee9.zip
desktop: remove unnecessary macOS entitlements (#16161)
Diffstat (limited to 'packages/desktop/src-tauri')
-rw-r--r--packages/desktop/src-tauri/entitlements.plist12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/desktop/src-tauri/entitlements.plist b/packages/desktop/src-tauri/entitlements.plist
index 61d6c38ce..b61dc0222 100644
--- a/packages/desktop/src-tauri/entitlements.plist
+++ b/packages/desktop/src-tauri/entitlements.plist
@@ -12,19 +12,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
- <key>com.apple.security.automation.apple-events</key>
- <true/>
<key>com.apple.security.device.audio-input</key>
<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/>
- <key>com.apple.security.personal-information.location</key>
- <true/>
- <key>com.apple.security.personal-information.photos-library</key>
- <true/>
</dict>
</plist>