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

This commit is contained in:
Shelley Vohr
2019-08-27 11:37:04 -07:00
committed by Samuel Attard
parent 8e671dafc1
commit b52a2aedf1

View File

@@ -32,5 +32,9 @@
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<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>