mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
It would be convenient if templates could be nested, which means a template can be based on another template. This change implements support for nested templates. It avoids cycles by just ignoring templates that have already been visited when collecting the set of templates to use.