Skip to content

Instantly share code, notes, and snippets.

@johnlinvc
Created February 8, 2012 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlinvc/1766648 to your computer and use it in GitHub Desktop.
Save johnlinvc/1766648 to your computer and use it in GitHub Desktop.
Ant of simian for obj-c
<project>
<taskdef resource="simiantask.properties" classpath="simian.jar"/>
<target name="simian_obj_c">
<simian>
<fileset dir="./" includes="**/*.m"/>
<fileset dir="./" includes="**/*.h"/>
<formatter type="xml" toFile="simian.xml"/>
</simian>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment