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
This commit is contained in:
@@ -693,5 +693,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
<string>Emacs requires permission to access the Downloads folder.</string>
|
||||
<key>NSRemovableVolumesUsageDescription</key>
|
||||
<string>Emacs requires permission to access files on Removable Volumes.</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>Emacs requires permission to handle any speech recognition.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user