Skip to content

Commit

Permalink
Merge pull request #11367 from fwcd/fix-mic-permission-macos
Browse files Browse the repository at this point in the history
macOS packaging: Fix microphone access by adding `NSMicrophoneUsageDescription`
  • Loading branch information
daschuer authored Mar 14, 2023
2 parents 41ba3d6 + 43d4232 commit 63819c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/macos/bundle.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2001-@MIXXX_YEAR@ Mixxx Development Team</string>

<key>NSMicrophoneUsageDescription</key>
<string>Mixxx requires microphone access for microphone and vinyl input.</string>

<key>NSPrincipalClass</key>
<string>NSApplication</string>

Expand Down

0 comments on commit 63819c1

Please sign in to comment.