From ead2e17a27be566aa23b1fcc809da6ae09be70bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 11:06:11 +0100 Subject: Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina --- NEWS | 3 ++- osx/Info.plist.in | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 Sun, 29 Nov 2020 10:02:25 +0000 + -- David Robillard 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 @@ PANGO_RC_FILE Resources/pangorc + NSMicrophoneUsageDescription + Patchage needs access to the microphone in order to work with the JACK server. -- cgit v1.2.1