Skip to content

2.0 pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@khanhduytran0 khanhduytran0 released this 22 Apr 14:31
· 208 commits to main since this release

Feature: JIT-less mode

  • JIT-less mode allows you to run app inside LiveContainer without having to enable JIT, which is best suited for iOS 17 as enabling JIT on device is no longer possible.
  • It works by directly loading signed Mach-O from Documents directory which is only allowed if host app has get-task-allow entitlement.

Known issues

  • App compatibility: some apps (Provenance) will not work yet; some tweaked apps (uYou+) will crash because of CydiaSubstrate.
  • Failed to find certificate issue may occur for some users.

See Issues tab for more info.