Skip to content

Commit

Permalink
Info.plist: Add NSMicrophoneUsageDescription key
Browse files Browse the repository at this point in the history
Required to access microphone on macOS.
  • Loading branch information
mborgerson committed Jan 15, 2025
1 parent 9f3cfdb commit 5d6ea9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 5d6ea9a

Please sign in to comment.