mirror of https://github.com/opa334/TrollStore.git
Merge pull request #241 from 0x8ff/fix
Move TrollInstaller2 project into Installer/TrollInstaller2
This commit is contained in:
commit
040bc229a2
|
@ -1,8 +1,8 @@
|
|||
Package: com.opa334.trollinstaller2
|
||||
Name: TrollInstaller2
|
||||
Version: 0.0.1
|
||||
Version: 2.0.0
|
||||
Architecture: iphoneos-arm
|
||||
Description: An awesome application!
|
||||
Description: TrollInstaller v2!
|
||||
Maintainer: opa334
|
||||
Author: opa334
|
||||
Section: Utilities
|
|
@ -6,12 +6,12 @@ then
|
|||
mkdir -p ./out
|
||||
fi
|
||||
|
||||
cd ../TrollInstaller2
|
||||
cd ../Installer/TrollInstaller2
|
||||
make clean
|
||||
make package
|
||||
cd -
|
||||
|
||||
lipo -thin arm64e ../TrollInstaller2/.theos/obj/debug/TrollInstaller2.app/TrollInstaller2 -output ./out/pwn_arm64e
|
||||
lipo -thin arm64e ../Installer/TrollInstaller2/.theos/obj/debug/TrollInstaller2.app/TrollInstaller2 -output ./out/pwn_arm64e
|
||||
ldid -S -M -Kcert.p12 ./out/pwn_arm64e
|
||||
|
||||
mkdir ./out/devpwn
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installation through TrollInstaller 2
|
||||
|
||||
**Supported devices:** A12-A15, 14.0 - 15.4.1 (15.5b4)
|
||||
**Supported devices:** A12 - A15, 14.0 - 15.4.1 (15.5b4)
|
||||
|
||||
## Compiling pwned IPA (currently requires a Mac) (Needs THEOS and 14.5 sdk installed)
|
||||
|
||||
|
|
Loading…
Reference in New Issue