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> </array>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>NSMicrophoneUsageDescription</key>
<string></string>
</dict> </dict>
</plist> </plist>