Преглед изворни кода

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 пре 3 месеци
родитељ
комит
c812f16b56
2 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 4
      Info.plist
  2. 0 6
      meetings_app/meetings_app.entitlements

+ 0 - 4
Info.plist

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

+ 0 - 6
meetings_app/meetings_app.entitlements

@@ -8,11 +8,5 @@
 	<true/>
 	<key>com.apple.security.network.server</key>
 	<true/>
-	<key>com.apple.security.device.camera</key>
-	<true/>
-	<key>com.apple.security.device.audio-input</key>
-	<true/>
-	<key>com.apple.security.files.user-selected.read-only</key>
-	<true/>
 </dict>
 </plist>