Skip to content

2.1.2

Compare
Choose a tag to compare
@khanhduytran0 khanhduytran0 released this 15 Aug 08:24
· 164 commits to main since this release

⚠️This build is OUTDATED. Please use builds from the Actions tab or nightly.link.

Feature: AltStore support

(untested)

Bug fixes

  • JIT-less setup may fail to find the signing certificate. This is worked around by re-adding the glob keychain group entitlement. (not guaranteed to work, as I couldn’t reproduce the issue in the first place)
  • Switches in settings not working. Apparently using the private Preference framework causing changes to be saved to the wrong preference file.
  • Some apps may get stuck on a black screen caused by an unknown deadlock. This is worked around by pre-initializing UIScreen.
  • Some apps may fail to create temporary files. This is fixed by redirecting guest app’s temporary directory to that of LiveContainer using symlink instead of creating its own. (thanks @hugeBlack for hinting me the issue)