emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 6e54762: Fix Apple Script permissions error


From: Alan Third
Subject: [Emacs-diffs] emacs-26 6e54762: Fix Apple Script permissions error
Date: Wed, 10 Oct 2018 16:51:26 -0400 (EDT)

branch: emacs-26
commit 6e54762c3726be9e11b4beb21214abcd4192783a
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Fix Apple Script permissions error
    
    * nextstep/templates/Info.plist.in: Add NSAppleEventsUsageDescription
    message to enable AppleEvents usage.
---
 nextstep/templates/Info.plist.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index 9960f08..406d6f7 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -675,5 +675,7 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.
        </array>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
+        <key>NSAppleEventsUsageDescription</key>
+        <string>Emacs requires permission to send AppleEvents to other 
applications.</string>
 </dict>
 </plist>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]