Torque3D/Tools/projectGenerator/templates/xcode.filerefs.tpl
2012-09-19 11:22:58 -04:00

7 lines
322 B
Smarty

[if is_array($dirWalk)]
[foreach from=$dirWalk item=dir key=key]
[include file="xcode.filerefs.tpl" dirWalk=$dir dirName=$key parentDir=$dirName]
[/foreach]
[else]
F[$dirWalk->hash] = /* [$dirWalk->name] */ {isa = PBXFileReference; sourceTree = SOURCE_ROOT; name = [$dirWalk->name]; path = [$dirWalk->path]; };
[/if]