diff options
author | Alan Third <alan@idiocy.org> | 2018-10-07 16:15:17 +0100 |
---|---|---|
committer | Alan Third <alan@idiocy.org> | 2018-10-10 21:50:53 +0100 |
commit | 6e54762c3726be9e11b4beb21214abcd4192783a (patch) | |
tree | 44e80d512c10f96b8d0978d98ac76f64afc2fadf /nextstep | |
parent | 19f705c438034d10bd206c142faea83a02c8a885 (diff) | |
download | emacs-6e54762c3726be9e11b4beb21214abcd4192783a.tar.gz |
Fix Apple Script permissions error
* nextstep/templates/Info.plist.in: Add NSAppleEventsUsageDescription
message to enable AppleEvents usage.
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/templates/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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> |