I fixed a bug on my Perl scripts that prevented correct parsing of old Mac style line endings (“\r”). New versions are available here:
cubelogic.org/scripts/objc-gen-scripts.html
However, I discovered 2 (two) additional bugs in the process!
I fixed a bug on my Perl scripts that prevented correct parsing of old Mac style line endings (“\r”). New versions are available here:
cubelogic.org/scripts/objc-gen-scripts.html
However, I discovered 2 (two) additional bugs in the process!
Version 1.1 of my Cocoa NSCoding methods generator scripts have been released. There was a bug related to the BOOL data type. New versions are available at this page.
I posted some Perl scripts to the web site. I use them all the time whilst coding in Objective-C. I find them much faster than compiled application services like Accessor Generator. Also, I like the fact my scripts don’t waste any resources whatsoever when they are not used.