emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 080e808: Include new permission settings for macOS


From: Alan Third
Subject: [Emacs-diffs] master 080e808: Include new permission settings for macOS 10.15 (bug#37551)
Date: Sat, 5 Oct 2019 17:34:09 -0400 (EDT)

branch: master
commit 080e8084e83f70f9add7b42d2f24b03db931fcf9
Author: Artyom Loenko <address@hidden>
Commit: Alan Third <address@hidden>

    Include new permission settings for macOS 10.15 (bug#37551)
    
    * nextstep/templates/Info.plist.in
    (NSDesktopFolderUsageDescription):
    (NSDocumentsFolderUsageDescription):
    (NSDownloadsFolderUsageDescription):
    (NSRemovableVolumesUsageDescription): Add description to enable
    setting in macOS 10.15.
    
    Copyright-paperwork-exempt: yes
---
 nextstep/templates/Info.plist.in | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index c1e50a8..652cedf 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/>.
        <string>YES</string>
         <key>NSAppleEventsUsageDescription</key>
         <string>Emacs requires permission to send AppleEvents to other 
applications.</string>
+        <key>NSDesktopFolderUsageDescription</key>
+        <string>Emacs requires permission to access the Desktop 
folder.</string>
+        <key>NSDocumentsFolderUsageDescription</key>
+        <string>Emacs requires permission to access the Documents 
folder.</string>
+        <key>NSDownloadsFolderUsageDescription</key>
+        <string>Emacs requires permission to access the Downloads 
folder.</string>
+        <key>NSRemovableVolumesUsageDescription</key>
+        <string>Emacs requires permission to access files on Removable 
Volumes.</string>
 </dict>
 </plist>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]