mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Add AppleEvents usage description to manifest
MacOS Mojave requires that applications provide the NSAppleEventsUsageDescription key in their manifest to communicate with other applications via AppleEvents. Fixes #821.
This commit is contained in:
@@ -1309,6 +1309,8 @@
|
||||
<string>https://raw.githubusercontent.com/macvim-dev/macvim/gh-pages/appcast/latest.xml</string>
|
||||
<key>SUPublicDSAKeyFile</key>
|
||||
<string>dsa_pub.pem</string>
|
||||
<key>NSAppleEventsUsageDescription</key>
|
||||
<string>This permission allows MacVim to communicate with other apps via Apple Events.</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user