aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nextstep/templates/Info.plist.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index c1e50a8409e..652cedf0562 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -677,5 +677,13 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
677 <string>YES</string> 677 <string>YES</string>
678 <key>NSAppleEventsUsageDescription</key> 678 <key>NSAppleEventsUsageDescription</key>
679 <string>Emacs requires permission to send AppleEvents to other applications.</string> 679 <string>Emacs requires permission to send AppleEvents to other applications.</string>
680 <key>NSDesktopFolderUsageDescription</key>
681 <string>Emacs requires permission to access the Desktop folder.</string>
682 <key>NSDocumentsFolderUsageDescription</key>
683 <string>Emacs requires permission to access the Documents folder.</string>
684 <key>NSDownloadsFolderUsageDescription</key>
685 <string>Emacs requires permission to access the Downloads folder.</string>
686 <key>NSRemovableVolumesUsageDescription</key>
687 <string>Emacs requires permission to access files on Removable Volumes.</string>
680</dict> 688</dict>
681</plist> 689</plist>