From: Alan Third Date: Sun, 7 Oct 2018 15:15:17 +0000 (+0100) Subject: Fix Apple Script permissions error X-Git-Tag: emacs-26.1.90~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e54762c3726be9e11b4beb21214abcd4192783a;p=emacs.git Fix Apple Script permissions error * nextstep/templates/Info.plist.in: Add NSAppleEventsUsageDescription message to enable AppleEvents usage. --- diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in index 9960f085f6f..406d6f77313 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in @@ -675,5 +675,7 @@ along with GNU Emacs. If not, see . NSAppleScriptEnabled YES + NSAppleEventsUsageDescription + Emacs requires permission to send AppleEvents to other applications.