Skip to content

Instantly share code, notes, and snippets.

@satoshin2071
Created September 12, 2016 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satoshin2071/41464a11c3ccec10d0499011944c6643 to your computer and use it in GitHub Desktop.
Save satoshin2071/41464a11c3ccec10d0499011944c6643 to your computer and use it in GitHub Desktop.
get iOS app version with comandline
$ cd path/to/ios_project
$ xcrun agvtool mvers -terse1
1.4.0
or
$ /usr/bin/agvtool mvers -terse1
1.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment