Selaa lähdekoodia

Remove unused app permissions for browser-based meetings.

Drop camera, microphone, and user-selected file-read entitlements and related usage descriptions now that meetings run in the default browser.

Made-with: Cursor
huzaifahayat12 1 kuukausi sitten
vanhempi
commit
c812f16b56
2 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. 0 4
      Info.plist
  2. 0 6
      meetings_app/meetings_app.entitlements

+ 0 - 4
Info.plist

@@ -26,10 +26,6 @@
26 26
 	<string>Main</string>
27 27
 	<key>NSPrincipalClass</key>
28 28
 	<string>NSApplication</string>
29
-	<key>NSCameraUsageDescription</key>
30
-	<string>Camera is used for video meetings you open inside this app.</string>
31
-	<key>NSMicrophoneUsageDescription</key>
32
-	<string>Microphone is used for audio in meetings you open inside this app.</string>
33 29
 	<key>AppLaunchPlaceholderURL</key>
34 30
 	<string>https://example.com/app-link-coming-soon</string>
35 31
 	<key>AppShareURL</key>

+ 0 - 6
meetings_app/meetings_app.entitlements

@@ -8,11 +8,5 @@
8 8
 	<true/>
9 9
 	<key>com.apple.security.network.server</key>
10 10
 	<true/>
11
-	<key>com.apple.security.device.camera</key>
12
-	<true/>
13
-	<key>com.apple.security.device.audio-input</key>
14
-	<true/>
15
-	<key>com.apple.security.files.user-selected.read-only</key>
16
-	<true/>
17 11
 </dict>
18 12
 </plist>