diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | osx/Info.plist.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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> |