2.9 KiB
Installation through TrollInstaller 2
Supported devices: A12 - A15, 14.0 - 15.4.1 (15.5b4)
Compiling pwned IPA (currently requires a Mac) (Needs the newest THEOS and 14.5 sdk installed)
-
Make sure Xcode and Command Line Tools are installed.
-
Run
git clone https://github.com/opa334/TrollStore ~/TrollStore
-
Get a stock "Apple Developer" IPA using ipatool (iOS15 only, iOS14 should use an old version's app)
brew tap majd/repo && brew install ipatool
ipatool auth login
- (Optional if you haven't 'purchase' this free app)
ipatool purchase --country US -b developer.apple.wwdc-Release
(Change US to your app store region) ipatool download -b developer.apple.wwdc-Release
For iOS 14 please follow this you will need Windows, once you get ipa switch back to Mac preceed. Or follow this. Or using Apple Configurator to connect an iOS14 device may help.
-
Rename the output ipa to
Developer.ipa
, and put it into~/TrollStore/_compile/target/Developer.ipa
-
Grab pwnify_compiled from Fugu14 repo (https://github.com/LinusHenze/Fugu14/blob/master/tools/pwnify_compiled), sign it using codesign (
codesign -f -s - <path/to/pwnify_compiled>
) and put it at~/TrollStore/_compile/pwnify_compiled
-
Make sure you have Procursus
ldid
installed and added to your path! (https://github.com/ProcursusTeam/ldid)
brew uninstall ldid
(brew ldid is bad ldid if you have it)- Rename the Procursus ldid for your arch to
ldid
, then dochmod +x ~/Downloads/ldid
sudo mv ~/Downloads/ldid /usr/local/bin
-
cd into _compile and run
./build_trollinstaller2.sh
(chmod +x ./build_trollinstaller2.sh
if you get a permission error) -
Wait a bit, when done, there will be a
DeveloperInstaller.ipa
in ~/TrollStore/_compile/out
If this fails and gives you a
devpwn.ipa
, unzip that ipa and put all the contents in it back into their original places.
Using compiled IPA (does not neccessarily require a Mac if you obtained the IPA from non orthodox ways)
- You can install that to a device using e.g. ideviceinstaller(do
brew install ideviceinstaller
then doideviceinstaller -i DeveloperInstaller.ipa
)
(Other methods may also work, but make sure you don't use a signing cert, you can also use an enterprise plist or something to install it via Safari as shown in Fugu15 demo, something like iFunBox may also work)
- After installation, you can use the "Developer" app on your device to install TrollStore