diff options
author | Anders Lindgren <andlind@gmail.com> | 2015-11-24 22:05:05 +0100 |
---|---|---|
committer | Anders Lindgren <andlind@gmail.com> | 2015-11-24 22:05:05 +0100 |
commit | 9f94c709b1bb29e275fe6546d22c58a78072672f (patch) | |
tree | 56b36ea69a516d9e3069a69ffc08d43feb0cdf32 /nextstep/templates/Info.plist.in | |
parent | 85121e03e1d9d5fa349a255d7d67d3d6839a8f18 (diff) | |
download | emacs-9f94c709b1bb29e275fe6546d22c58a78072672f.tar.gz emacs-9f94c709b1bb29e275fe6546d22c58a78072672f.tar.bz2 emacs-9f94c709b1bb29e275fe6546d22c58a78072672f.zip |
Fixed bug#18283: Enable applescript in NextStep.
* nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.
Diffstat (limited to 'nextstep/templates/Info.plist.in')
-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 09e953c4174..a0357b29fa5 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in @@ -673,5 +673,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. </array> </dict> </array> + <key>NSAppleScriptEnabled</key> + <string>YES</string> </dict> </plist> |