Thanks Daniel. I know and I just wanted to automate part of it. Like looking for all var declarations, deleting the "var" part, bringing what's behind the first ":" to the front etc etc. The easy stuff that just takes hours to do. Of course, I'd have to go in and manually correct the code afterwards.
I thought about writing a php script with RegExp, but since I'm not fluent in either, it would probably take longer than to use XCode's Find/Replace on stuff...