Tutorial (currently messy)
Run
sudo apt-get update && sudo apt-get upgrade(This will take a few minutes)Sudo apt-get install libimobiledevice6 libimobiledevice-devsudo apt install subversionType in
svn checkouthttps://github.com/Dadoum/iCode/trunk/tools/helper.Edit the gen-certs script to change output folder from '../developer' to '.'
Place ipa in the folder, plug device and type
./gen-certs <appleId> <password>.Type after
./sign-ipa -m provision-profile.mobileprovision -k key.pem -c certificate.pem -e entitlements.xml -o output.ipa <ipa path>Run after
ideviceinstaller -i output.ipaand it will sideload app on your device
Last updated