summaryrefslogtreecommitdiffstats
path: root/macosx/Wish-Info.plist.in
diff options
context:
space:
mode:
authordas <das>2009-08-24 00:57:20 (GMT)
committerdas <das>2009-08-24 00:57:20 (GMT)
commit597cf4ef7ed4e8643efc8c57708e25fdc558a7fc (patch)
tree9ca9102b51497232628f90a3372db321a6f6816a /macosx/Wish-Info.plist.in
parent28787944f9f2ad8e4c2cdc29106f88114026fd29 (diff)
downloadtk-597cf4ef7ed4e8643efc8c57708e25fdc558a7fc.zip
tk-597cf4ef7ed4e8643efc8c57708e25fdc558a7fc.tar.gz
tk-597cf4ef7ed4e8643efc8c57708e25fdc558a7fc.tar.bz2
* macosx/Wish.sdef (new file): Install and enable sdef file
* macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac)
Diffstat (limited to 'macosx/Wish-Info.plist.in')
-rw-r--r--macosx/Wish-Info.plist.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Wish-Info.plist.in b/macosx/Wish-Info.plist.in
index a7c3746..31a4ea2 100644
--- a/macosx/Wish-Info.plist.in
+++ b/macosx/Wish-Info.plist.in
@@ -7,7 +7,7 @@
See the file "license.terms" for information on usage and redistribution of
this file, and for a DISCLAIMER OF ALL WARRANTIES.
- RCS: @(#) $Id: Wish-Info.plist.in,v 1.5 2009/06/29 14:35:01 das Exp $
+ RCS: @(#) $Id: Wish-Info.plist.in,v 1.6 2009/08/24 00:57:20 das Exp $
-->
<plist version="1.0">
<dict>
@@ -72,5 +72,7 @@ Copyright © 2001-2002 Jim Ingham &amp; Ian Reid</string>
<true/>
<key>NSAppleScriptEnabled</key>
<true/>
+ <key>OSAScriptingDefinition</key>
+ <string>Wish.sdef</string>
</dict>
</plist>