Compare commits

..

No commits in common. "27534fb48d53b985c4880b17e8d0577b9d66e47e" and "4ae6884892bd019e145facee43acc7e90c18bd5f" have entirely different histories.

4 changed files with 8 additions and 12 deletions

View File

@ -8,19 +8,15 @@ It works because of an AMFI/CoreTrust bug where iOS does not verify whether or n
### Installation Guides
| Version / Device | arm64 (A8 - A11) | arm64e (A12 - A17, M1-M2) |
| Version / Device | arm64 (A8 - A11) | arm64e (A12 - A15, M1) |
| --- | --- | --- |
| 13.7 and below | Not Supported (Both CT Bugs only got introduced in 14.0) | Not Supported (Both CT Bugs only got introduced in 14.0) |
| 13.7 and below | Not Supported (CT Bug only got introduced in 14.0) | Not Supported (CT Bug only got introduced in 14.0) |
| 14.0 - 14.8.1 | [checkra1n + TrollHelper](./install_trollhelper.md) | [TrollHelperOTA (arm64e)](./install_trollhelperota_arm64e.md) |
| 15.0 - 15.4.1 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) |
| 15.5 beta 1 - 4 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) |
| 15.5 | Coming Soon | Coming Soon |
| 15.6 beta 1 - 5 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) |
| 15.6 - 16.5 | Coming Soon | Coming Soon |
| 16.5.1 - 16.6.1 | Coming Soon | No Installation Method |
| 16.7 - 16.7.2 | Not Supported (Both CT Bugs fixed) | Not Supported (Both CT Bugs fixed) |
| 17.0 | Coming Soon | No Installation Method |
| 17.0.1 and newer | Not Supported (Both CT Bugs fixed) | Not Supported (Both CT Bugs fixed) |
| 15.5 (RC) | Not Supported (CT Bug fixed) | Not Supported (CT Bug fixed) |
| 15.6 beta 1 - 5 | [SSH Ramdisk](./install_sshrd.md) | [TrollHelperOTA (arm64e)](./install_trollhelperota_arm64e.md) |
| 15.6 (RC1/2) and above | Not Supported (CT Bug fixed) | Not Supported (CT Bug fixed) |
Due to the discovery of a new CoreTrust vulnerability, support for 15.5 - 16.6.1 and 17.0 will be added in the future. Stay on these versions if you want TrollStore. 16.7 and 17.0.1+ will NEVER be supported (unless Apple fucks CoreTrust up a third time...).

View File

@ -1,4 +1,4 @@
TARGET := iphone:clang:16.4:14.0
TARGET := iphone:clang:14.5:14.0
ARCHS = arm64
include $(THEOS)/makefiles/common.mk

View File

@ -1,6 +1,6 @@
export EMBEDDED_ROOT_HELPER ?= 0
TARGET := iphone:clang:16.4:14.0
TARGET := iphone:clang:14.5:14.0
INSTALL_TARGET_PROCESSES = TrollStorePersistenceHelper
include $(THEOS)/makefiles/common.mk

View File

@ -1,4 +1,4 @@
TARGET := iphone:clang:16.4:14.0
TARGET := iphone:clang:14.5:14.0
INSTALL_TARGET_PROCESSES = TrollStore
include $(THEOS)/makefiles/common.mk