- 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.
This commit is contained in:
Jack Jansen 2002-06-09 22:08:52 +00:00
parent 2befa48926
commit 388fbf3d4a
3 changed files with 159 additions and 49 deletions

View file

@ -22,6 +22,8 @@
<key>CFBundleGetInfoString</key>
<string>%(appletname)s, a Python applet</string>
%(cocoainfo)s
<key>CFBundleIconFile</key>
<string>PythonApplet.icns</string>