diff options
Diffstat (limited to 'osx/Info.plist.in')
-rw-r--r-- | osx/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index 522b125..1457536 100644 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -41,5 +41,7 @@ <key>PANGO_RC_FILE</key> <string>Resources/pangorc</string> </dict> + <key>NSMicrophoneUsageDescription</key> + <string>Patchage needs access to the microphone in order to work with the JACK server.</string> </dict> </plist> |