Does anything like the T4 text template generation tool of visual studio exist for XCode?
Thanks for help, Enyra
I recommend using XSLT template generation to create objective c files. T4 just allows you to write code in your templates which is not necessary, instead just create an XMl model and use XSLT to transform it into code.
Maybe use a tool like this one? http://ditchnet.org/xslpalette/
I recommend using XSLT template generation to create objective c files. T4 just allows you to write code in your templates which is not necessary, instead just create an XMl model and use XSLT to transform it into code.
Maybe use a tool like this one? http://ditchnet.org/xslpalette/