Tools directory for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-19 11:22:58 -04:00
parent ecfd936095
commit 8337cad7ee
207 changed files with 25761 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[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]