summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2018-10-07 16:15:17 +0100
committerAlan Third <alan@idiocy.org>2018-10-10 21:50:53 +0100
commit6e54762c3726be9e11b4beb21214abcd4192783a (patch)
tree44e80d512c10f96b8d0978d98ac76f64afc2fadf /nextstep
parent19f705c438034d10bd206c142faea83a02c8a885 (diff)
downloademacs-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.in2
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>