From 4f71be78e27cdc82c55e7be4a4ce8da70fc572b8 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Wed, 15 Jan 2025 02:29:28 -0700 Subject: [PATCH] Info.plist: Add NSMicrophoneUsageDescription key Required to access microphone on macOS. --- Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Info.plist b/Info.plist index 5303f0fa0e..ec4b235564 100644 --- a/Info.plist +++ b/Info.plist @@ -32,5 +32,7 @@ com.apple.security.cs.allow-jit + NSMicrophoneUsageDescription + Microphone used for peripheral emulation, e.g. Xbox Live Communicator.