summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorAnders Lindgren <andlind@gmail.com>2015-11-24 22:05:05 +0100
committerAnders Lindgren <andlind@gmail.com>2015-11-24 22:05:05 +0100
commit9f94c709b1bb29e275fe6546d22c58a78072672f (patch)
tree56b36ea69a516d9e3069a69ffc08d43feb0cdf32 /nextstep
parent85121e03e1d9d5fa349a255d7d67d3d6839a8f18 (diff)
downloademacs-9f94c709b1bb29e275fe6546d22c58a78072672f.tar.gz
Fixed bug#18283: Enable applescript in NextStep.
* nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.
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 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>