Info.plist: Add NSMicrophoneUsageDescription key

Required to access microphone on macOS.
This commit is contained in:
Matt Borgerson 2025-01-15 02:29:28 -07:00 committed by mborgerson
parent 6f63e3c4af
commit 4f71be78e2
1 changed files with 2 additions and 0 deletions

View File

@ -32,5 +32,7 @@
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone used for peripheral emulation, e.g. Xbox Live Communicator.</string>
</dict>
</plist>