Search code examples
xcode4userscriptsxcode3to4

Userscript with xcode4


Does anybody knows how to use xcode3 userscripts in xcode4 ?

There was this great script which allowed you to select a variable and automatically generate property/synthetise/dealloc code :

http://cocoawithlove.com/2008/12/instance-variable-to-synthesized.html

Do you have any idea how to do this in xcode4 ?

Thanks, Vincent


Solution

  • I managed to get it working a little while ago. Abstracted it out into a re-usable processor for Xcode 3 scripts. Find it at https://github.com/heardrwt/Xcode4UserScripts