summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-06-09 22:08:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-06-09 22:08:52 (GMT)
commit388fbf3d4a624becfbdedf6ec1dd57b57a5642ec (patch)
tree483a4a8a0fe8876d24049e685a60a9ddd26fcfea /Mac/OSXResources
parent2befa48926ed4804758442033ab2c09c2678bef1 (diff)
downloadcpython-388fbf3d4a624becfbdedf6ec1dd57b57a5642ec.zip
cpython-388fbf3d4a624becfbdedf6ec1dd57b57a5642ec.tar.gz
cpython-388fbf3d4a624becfbdedf6ec1dd57b57a5642ec.tar.bz2
- Better commandline interface to BuildApplet, complete with options,
verbose output to the console, etc. - Allow Cocoa applets to be built with BuildApplet. No full testing has been done yet to ensure OS9 operation hasn't suffered.
Diffstat (limited to 'Mac/OSXResources')
-rw-r--r--Mac/OSXResources/app/Resources/Applet-Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/OSXResources/app/Resources/Applet-Info.plist b/Mac/OSXResources/app/Resources/Applet-Info.plist
index 8a61e6c..0440999 100644
--- a/Mac/OSXResources/app/Resources/Applet-Info.plist
+++ b/Mac/OSXResources/app/Resources/Applet-Info.plist
@@ -22,6 +22,8 @@
<key>CFBundleGetInfoString</key>
<string>%(appletname)s, a Python applet</string>
+
+ %(cocoainfo)s
<key>CFBundleIconFile</key>
<string>PythonApplet.icns</string>