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:
parent
e72e4990f9
commit
080e8084e8
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue