From: xenodium Date: Tue, 27 Aug 2024 08:36:56 +0000 (+0100) Subject: Adds NSSpeechRecognitionUsageDescription to Info.plist.in X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3bb5fe3b9a68f97b127023709a396fe5392ca60;p=emacs.git Adds NSSpeechRecognitionUsageDescription to Info.plist.in Without this, we cannot launch processes that use macOS's speech recognition APIs. With NSSpeechRecognitionUsageDescription in place, macOS displays the dialog asking the user to grant permission and allows the speech APIs to be used from the process. * nextstep/templates/Info.plist.in: Add NSSpeechRecognitionUsageDescription key. (Bug#72827) * etc/NEWS: Announce the change. Copyright-paperwork-exempt: yes (cherry picked from commit c36ff7d8e46c75cfadea6f4c1f4eadb3aef37f2d) --- diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in index beddbf4a893..192c061bd1e 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in @@ -693,5 +693,7 @@ along with GNU Emacs. If not, see . Emacs requires permission to access the Downloads folder. NSRemovableVolumesUsageDescription Emacs requires permission to access files on Removable Volumes. + NSSpeechRecognitionUsageDescription + Emacs requires permission to handle any speech recognition.