Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-30 00:17:14 -0800 (Sun, 30 Dec 2007)
Revision: 151
Log message:
Major changes!
* Support a "manifest file" mode, where you only supply one script and SE builds
a manifest file for you. I write out a .plist file and pass the path to the
script.
* Change the keyword delimiter from ';' to '\n'. You can perhaps have a ; in
a keyword, but not a newline. Also, it makes it easier to split the list
properly in shell scripts.
* Eliminated some dead code.
| Changes | Path(relative to ScriptExport) |
| +2 -0 | DevelNotes.txt |
| +2 -0 | ExportImageProtocol.h |
| +1 -1 | Info.plist |
| +2 -2 | ScriptExport.h |
| +284 -204 | ScriptExport.m |
| +93 -55 | ScriptExport.nib/classes.nib |
| +9 -8 | ScriptExport.nib/info.nib |
| Change(bin) | ScriptExport.nib/keyedobjects.nib |
| +16 -4 | ScriptExport.xcodeproj/project.pbxproj |
| +18 -20 | ScriptExportHelp.html |