Fixed bug#18283: Enable applescript in NextStep.

* nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.
This commit is contained in:
Anders Lindgren 2015-11-24 22:05:05 +01:00
parent 85121e03e1
commit 9f94c709b1

View file

@ -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>