diff options
Diffstat (limited to 'nextstep')
| -rw-r--r-- | nextstep/templates/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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> |
