Skip to content

Instantly share code, notes, and snippets.

@kitoko552
Created June 21, 2021 01:54
Show Gist options
  • Save kitoko552/7f072ac81ddab3b9e126264dbdabc2d4 to your computer and use it in GitHub Desktop.
Save kitoko552/7f072ac81ddab3b9e126264dbdabc2d4 to your computer and use it in GitHub Desktop.
Get current iOS marketing version on command line
agvtool mvers -terse | grep /Info.plist | cut -f 2 -d "="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment