Add NSMicrophoneUsageDescription to Info.plist to allow microphone when debugging on Mac

This commit is contained in:
Ken Cooke 2019-06-03 12:32:00 -07:00
parent d94b685c94
commit 27ced8a217

View file

@ -53,5 +53,7 @@
</array>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string></string>
</dict>
</plist>