mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
Info.plist: Add NSMicrophoneUsageDescription key
Required to access microphone on macOS.
This commit is contained in:
committed by
mborgerson
parent
6f63e3c4af
commit
4f71be78e2
@ -32,5 +32,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-jit</key>
|
<key>com.apple.security.cs.allow-jit</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
|
<string>Microphone used for peripheral emulation, e.g. Xbox Live Communicator.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user