mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: add default media usage strings to info.plist (#19948)
This commit is contained in:
committed by
John Kleinschmidt
parent
005ef96ac0
commit
d780a16d78
@@ -32,5 +32,9 @@
|
||||
<true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<false/>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>This app needs access to the microphone</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>This app needs access to the camera</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user