Skip to content

Instantly share code, notes, and snippets.

@follesoe
Forked from Clancey/gist:963345
Created May 9, 2011 21:42
Show Gist options
  • Save follesoe/963480 to your computer and use it in GitHub Desktop.
Save follesoe/963480 to your computer and use it in GitHub Desktop.
My testflight post build script
//After build
Command : cp -r ${ProjectDir}/bin/iPhone/Release/MyAppName.app toZip/Payload
Working Directory: ${SolutionDir}
//AfterBuild
Command : zip -r ../MyApp.ipa *
WorkingDirectory: ${SolutionDir}/toZip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment