xcode.list_buildfiles.tpl 293 B

123456789
  1. [if is_array($dirWalk)]
  2. [foreach from=$dirWalk item=dir key=key]
  3. [include file="xcode.list_buildfiles.tpl" dirWalk=$dir dirName=$key parentDir=$dirName]
  4. [/foreach]
  5. [else]
  6. [if !dontCompile($dirWalk->path, $projOutput)]
  7. B[$dirWalk->hash] /* [$dirWalk->name] in [$parentDir] */,
  8. [/if]
  9. [/if]