Merge pull request #15666 from kencooke/mac-allow-microphone-when-debugging

Allow microphone permission when debugging on the Mac
This commit is contained in:
Shannon Romano 2019-06-03 15:17:42 -07:00 committed by GitHub
commit 993fcea844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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