mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
Add NSMicrophoneUsageDescription to Info.plist to allow microphone when debugging on Mac
This commit is contained in:
parent
d94b685c94
commit
27ced8a217
1 changed files with 2 additions and 0 deletions
|
@ -53,5 +53,7 @@
|
||||||
</array>
|
</array>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
|
<string></string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue