Skip to content

Instantly share code, notes, and snippets.

@anggras
Last active February 1, 2017 10:24
Show Gist options
  • Save anggras/0e04e7b92f97b2a98788464a99bf9b4b to your computer and use it in GitHub Desktop.
Save anggras/0e04e7b92f97b2a98788464a99bf9b4b to your computer and use it in GitHub Desktop.
Xcode project bump build number, git commit and push in a single line
agvtool bump -all && agvtool what-version -terse | xargs -I % sh -c "git add -A && git commit -m \"Updated to build %\" && git push"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment