Created
February 8, 2012 08:06
-
-
Save johnlinvc/1766648 to your computer and use it in GitHub Desktop.
Ant of simian for obj-c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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