From 0d65cecee514678e182f21f6592ef37906a5d01b Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 8 Mar 2021 18:30:58 -0600 Subject: add com.apple.security.device.audio-input entitlement on macOS fixes https://bugs.launchpad.net/mixxx/+bug/1917530 --- packaging/macos/entitlements.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/macos/entitlements.plist b/packaging/macos/entitlements.plist index a30f1aa87e..bd5711d97b 100644 --- a/packaging/macos/entitlements.plist +++ b/packaging/macos/entitlements.plist @@ -12,6 +12,8 @@ com.apple.security.device.microphone + com.apple.security.device.audio-input + com.apple.security.device.usb com.apple.security.network.client -- cgit v1.2.3