Torque3D/Tools/projectGenerator/templates/xcode.filerefs.tpl

7 lines
322 B
Smarty
Raw Normal View History

2012-09-19 15:22:58 +00:00
[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]