]> git.eshelyaron.com Git - emacs.git/commit
Adds NSSpeechRecognitionUsageDescription to Info.plist.in
authorxenodium <me+gh@xenodium.com>
Tue, 27 Aug 2024 08:36:56 +0000 (09:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:54 +0000 (09:51 +0200)
commitd3bb5fe3b9a68f97b127023709a396fe5392ca60
treed8628faa06b207ae8c39c068ad137a62bde152f4
parent08a5ab24ddd344de795a8473d8abefeb34396e47
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)
nextstep/templates/Info.plist.in