Skip to content

Instantly share code, notes, and snippets.

View huishannetaporter's full-sized avatar

huishannetaporter

View GitHub Profile
@huishannetaporter
huishannetaporter / finishedScript.sh
Created August 1, 2019 09:23
finishedScript.sh
# Create the .itmsp folder
mkdir <path to your .itmsp folder>/<name of your .itmsp folder>.itmsp
# Move your .ipa file into the .itmsp folder
cp <path to where your .ipa file is stored> <path to your .itmsp folder>/<name of your .itmsp folder >.itmsp
# Generate the metadata.xml file
fileSize=` stat -f %z <Your .ipa file>`
md5Checksum=`md5 <Your .ipa file> | cut -d "=" -f 2 | awk '{print $1}'`