Skip to content

Instantly share code, notes, and snippets.

@huishannetaporter
Last active July 28, 2019 12:48
Show Gist options
  • Save huishannetaporter/e695f4ef93d50034eec6e40baf2e6516 to your computer and use it in GitHub Desktop.
Save huishannetaporter/e695f4ef93d50034eec6e40baf2e6516 to your computer and use it in GitHub Desktop.
md5Checksum
md5 <Your .ipa file> | cut -d "=" -f 2 | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment