T4 Tool for Xcode

For Xcode, is there something like a visual studio T4 text template generation tool?

Thanks for the help, Enyra

+5
source share
1 answer

I recommend using XSLT template generation to create c object files. T4 just allows you to write code in your templates that you don’t need, instead just create an XMl model and use XSLT to convert it to code.

Maybe use such a tool? http://ditchnet.org/xslpalette/

+1
source

All Articles