Skip to content

Commit 8818286

Browse files
committed
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.
1 parent ce1f2c3 commit 8818286

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/MacVim/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,8 @@
13091309
<string>https://raw.githubusercontent.com/macvim-dev/macvim/gh-pages/appcast/latest.xml</string>
13101310
<key>SUPublicDSAKeyFile</key>
13111311
<string>dsa_pub.pem</string>
1312+
<key>NSAppleEventsUsageDescription</key>
1313+
<string>This permission allows MacVim to communicate with other apps via Apple Events.</string>
13121314
<key>NSAppleScriptEnabled</key>
13131315
<true/>
13141316

0 commit comments

Comments
 (0)