From 8818286aaa96714a73729bb3754619da708d9a88 Mon Sep 17 00:00:00 2001 From: Shayne Holmes Date: Mon, 17 Dec 2018 12:09:00 -0800 Subject: [PATCH] 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. --- src/MacVim/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 8d307f15a5..7d26694587 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1309,6 +1309,8 @@ https://raw.githubusercontent.com/macvim-dev/macvim/gh-pages/appcast/latest.xml SUPublicDSAKeyFile dsa_pub.pem + NSAppleEventsUsageDescription + This permission allows MacVim to communicate with other apps via Apple Events. NSAppleScriptEnabled