Skip to content

Commit

Permalink
Merge pull request #3681 from mixxxdj/macos_audio_input
Browse files Browse the repository at this point in the history
add com.apple.security.device.audio-input entitlement on macOS
  • Loading branch information
Be-ing authored Mar 9, 2021
2 parents 46337b9 + 0d65cec commit bfd167c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/macos/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<true/>
<key>com.apple.security.device.microphone</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.network.client</key>
Expand Down

0 comments on commit bfd167c

Please sign in to comment.