Parcourir la source

Add audio input and camera permissions to entitlements (#7117)

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Saeed Vaziry il y a 7 mois
Parent
commit
24c933ae60
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      packages/desktop/src-tauri/entitlements.plist

+ 13 - 0
packages/desktop/src-tauri/entitlements.plist

@@ -12,5 +12,18 @@
     <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>
 </dict>
 </plist>