Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 24c933a

Browse files
Add audio input and camera permissions to entitlements (anomalyco#7117)
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
1 parent 2b7a021 commit 24c933a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/desktop/src-tauri/entitlements.plist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,18 @@
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/>
17+
<key>com.apple.security.device.audio-input</key>
18+
<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>
1528
</dict>
1629
</plist>

0 commit comments

Comments
 (0)