Просмотр исходного кода

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

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Saeed Vaziry 8 месяцев назад
Родитель
Сommit
24c933ae60
1 измененных файлов с 13 добавлено и 0 удалено
  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>