From 8951d37890db8252df9b4961d9f56e431742ce5e Mon Sep 17 00:00:00 2001 From: BigBoiMan123 <96019531+BigBoiMan123@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:50:34 -0700 Subject: [PATCH 1/2] Added US link for Apple Developer app --- install_trollinstaller2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_trollinstaller2.md b/install_trollinstaller2.md index d870995..c61f946 100644 --- a/install_trollinstaller2.md +++ b/install_trollinstaller2.md @@ -4,7 +4,7 @@ ## Compiling pwned IPA (currently requires a Mac) (Needs THEOS and 14.5 sdk installed) -1. Get a stock "Apple Developer" IPA (this app: https://apps.apple.com/de/app/apple-developer/id640199958 (sorry german link but you get the idea)), you can do this using Apple Configurator (install it twice to your device and when it gives you the already exists error, copy the IPA from `~/Library/Group\ Containers/.group.com.apple.configurator/Library/Caches/Assets/TemporaryItems/MobileApps` to somewhere else and then cancel the installation). +1. Get a stock "Apple Developer" IPA (this app: https://apps.apple.com/us/app/apple-developer/id640199958), you can do this using Apple Configurator (install it twice to your device and when it gives you the already exists error, copy the IPA from `~/Library/Group\ Containers/.group.com.apple.configurator/Library/Caches/Assets/TemporaryItems/MobileApps` to somewhere else and then cancel the installation). 2. Put it into _compile/target/Developer.ipa From 4515bc3f0a2a0902b25b12d1f64e306ec3e51b1e Mon Sep 17 00:00:00 2001 From: opa334 Date: Fri, 7 Oct 2022 14:29:30 +0200 Subject: [PATCH 2/2] fix script lol --- _compile/build_trollinstaller2.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_compile/build_trollinstaller2.sh b/_compile/build_trollinstaller2.sh index 197a3a5..85a44e5 100755 --- a/_compile/build_trollinstaller2.sh +++ b/_compile/build_trollinstaller2.sh @@ -1,3 +1,11 @@ +#!/bin/sh +set -e + +if [ ! -d "./out" ] +then + mkdir -p ./out +fi + cd ../TrollInstaller2 make clean make package @@ -13,7 +21,7 @@ unzip target/Developer.ipa -d ./out/devpwn rm ./out/pwn_arm64e cd ./out/devpwn -zip -mvr devpwn.ipa * +zip -vr devpwn.ipa * cd - cp ./out/devpwn/devpwn.ipa ./out/DeveloperInstaller.ipa