Add usage description strings to Info.plist

These are required for apps that use the camera and microphone on iOS 10

BUG=webrtc:6428
R=magjed@webrtc.org, tkchin@webrtc.org

Review URL: https://codereview.webrtc.org/2372203002 .

Cr-Commit-Position: refs/heads/master@{#14401}
This commit is contained in:
Kári Tristan Helgason
2016-09-27 18:02:40 +02:00
parent efc6e41866
commit 41514718a8

View File

@ -61,6 +61,10 @@
<string>audio</string>
<string>voip</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Camera access needed for video calling</string>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone access needed for video calling</string>
<key>UILaunchImages</key>
<array>
<dict>