Skip to content

Instantly share code, notes, and snippets.

@sh4d0wph03n1x
Last active June 16, 2021 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sh4d0wph03n1x/045dc91ad18e46399f4b532111cf2276 to your computer and use it in GitHub Desktop.
Save sh4d0wph03n1x/045dc91ad18e46399f4b532111cf2276 to your computer and use it in GitHub Desktop.
Sideloading IPAs on macOS 11.3+ (M1 Only)
You need:
1. Dev Cert (udidregistrations has them for $10)
2. Jailbroken iPhone
3. iOS App Signer
Procedure:
1. Use bfdecrypt on the app you want
2. Tranfer it to your Mac via airdrop, Filza, or SSH/SCP
3. Resign with iOS App Signer and the dev cert you aquired, *keeping the same bundle ID*
4. Install
5. If the prompt "keep or move to trash" after installer, it worked. If it installs with no prompt then it will crash upon opening.
6. You're done.
Not doing step 1 trips Apple's DRM and throws a 'did not intend to run' error
Credits:
* Banaantje04#2250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment