fix: add default media usage strings to info.plist (#19948)

This commit is contained in:
Shelley Vohr
2019-08-27 07:36:05 -07:00
committed by John Kleinschmidt
parent 005ef96ac0
commit d780a16d78

View File

@@ -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>