mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 12:44:46 +00:00
7 lines
322 B
Smarty
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] |