]> git.eshelyaron.com Git - emacs.git/commitdiff
Include new permission settings for macOS 10.15 (bug#37551)
authorArtyom Loenko <artyom.loenko@mac.com>
Sat, 5 Oct 2019 16:49:23 +0000 (17:49 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 5 Oct 2019 21:33:52 +0000 (22:33 +0100)
* 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

index c1e50a8409e8f9bbbadbf189c14c1038f1caff07..652cedf056267929ae6c1b78c1d899685fcfcd2a 100644 (file)
@@ -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>