Created
September 12, 2016 10:20
-
-
Save satoshin2071/41464a11c3ccec10d0499011944c6643 to your computer and use it in GitHub Desktop.
get iOS app version with comandline
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
$ 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