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:
Shayne Holmes
2018-12-17 12:09:00 -08:00
parent ce1f2c3f35
commit 8818286aaa
+2
View File
@@ -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/>