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

This commit is contained in:
Shelley Vohr 2019-08-21 13:14:25 -07:00 committed by Samuel Attard
parent 612e3f7ff7
commit 5e525b3e0f

View file

@ -34,5 +34,9 @@
<false/>
<key>NSQuitAlwaysKeepsWindows</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>