summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 11:06:11 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 12:00:37 +0100
commitead2e17a27be566aa23b1fcc809da6ae09be70bf (patch)
treebd33262aed5c304810c8e897fb93aa95317313e3
parent47e6e67ecfcc2015c8e1112938d4e9fae4fb92f1 (diff)
downloadpatchage-ead2e17a27be566aa23b1fcc809da6ae09be70bf.tar.gz
patchage-ead2e17a27be566aa23b1fcc809da6ae09be70bf.tar.bz2
patchage-ead2e17a27be566aa23b1fcc809da6ae09be70bf.zip
Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina
-rw-r--r--NEWS3
-rw-r--r--osx/Info.plist.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8882fda..14ba539 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
patchage (1.0.3) unstable;
+ * Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina
* Add command line option to print version
* Fix making and breaking connections with Jack DBus
* Fix sample rate with Jack DBus
* Improve man page
* Remove Jack session support
- -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 10:02:25 +0000
+ -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 10:06:42 +0000
patchage (1.0.2) stable;
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>