Skip to content

Instantly share code, notes, and snippets.

@SuperYeti
Created March 15, 2011 22:08
Show Gist options
  • Save SuperYeti/871610 to your computer and use it in GitHub Desktop.
Save SuperYeti/871610 to your computer and use it in GitHub Desktop.
automated ipa generation
<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