diff options
author | David Robillard <d@drobilla.net> | 2020-11-29 11:06:11 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-29 12:00:37 +0100 |
commit | ead2e17a27be566aa23b1fcc809da6ae09be70bf (patch) | |
tree | bd33262aed5c304810c8e897fb93aa95317313e3 /osx | |
parent | 47e6e67ecfcc2015c8e1112938d4e9fae4fb92f1 (diff) | |
download | patchage-ead2e17a27be566aa23b1fcc809da6ae09be70bf.tar.gz patchage-ead2e17a27be566aa23b1fcc809da6ae09be70bf.tar.bz2 patchage-ead2e17a27be566aa23b1fcc809da6ae09be70bf.zip |
Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina
Diffstat (limited to 'osx')
-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> |