xcode.buildfiles.tpl 385 B

1234567
  1. [if is_array($dirWalk)]
  2. [foreach from=$dirWalk item=dir key=key]
  3. [include file="xcode.buildfiles.tpl" dirWalk=$dir dirName=$key parentDir=$dirName]
  4. [/foreach]
  5. [elseif strcasecmp( pathinfo( $dirWalk->name, PATHINFO_EXTENSION ), "h" ) != 0]
  6. B[$dirWalk->hash] = /* [$dirWalk->name] in [$parentDir] */ {isa = PBXBuildFile; fileRef = F[$dirWalk->hash] /* [$dirWalk->name] */; };
  7. [/if]