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
This commit is contained in:
Artyom Loenko 2019-10-05 17:49:23 +01:00 committed by Alan Third
parent e72e4990f9
commit 080e8084e8

View 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>