diff deploy/osx/Info.plist @ 2179:97d12b3d5147 bqaudiostream

Merge from default branch
author Chris Cannam
date Tue, 08 Jan 2019 15:26:17 +0000
parents 23be8dccb855
children
line wrap: on
line diff
--- a/deploy/osx/Info.plist	Thu Dec 06 13:37:39 2018 +0000
+++ b/deploy/osx/Info.plist	Tue Jan 08 15:26:17 2019 +0000
@@ -15,6 +15,12 @@
 	<key>CFBundleShortVersionString</key>
 	<string>SV_VERSION</string>
 
+	<!-- Provide an explanatory string for microphone usage so
+	     that access is requested. NB this is localised in
+	     the *.lproj/InfoPlist.strings files -->
+	<key>NSMicrophoneUsageDescription</key>
+	<string>Sonic Visualiser needs to use the microphone for recording.</string>
+
 	<!-- enable HiDPI -->
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>