Created
March 15, 2011 22:08
-
-
Save SuperYeti/871610 to your computer and use it in GitHub Desktop.
automated ipa generation
This file contains hidden or 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
<CustomCommands> | |
<CustomCommands> | |
<Command type="AfterBuild" command="cp -r ${ProjectDir}/bin/${ProjectConfigPlat}/${ProjectConfigName}/${ProjectName}.app ${SolutionDir}/Output/Payload/${ProjectName}.app" workingdir="" /> | |
<Command type="AfterBuild" command="zip -r ../${ProjectName}.ipa ." workingdir="${SolutionDir}/Output/" /> | |
<Command type="BeforeBuild" command="rm -rf ${SolutionDir}/Output/Payload/${ProjectName}.app/" /> | |
<Command type="BeforeBuild" command="rm -rf ${SolutionDir}/${ProjectName}.ipa" /> | |
</CustomCommands> | |
</CustomCommands> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment