Skip to content

Commit

Permalink
Updated ReadMe.md (Linked the official Pojav guide, which has a list …
Browse files Browse the repository at this point in the history
…of ways JIT can be enabled on iOS/iPadOS 17.+) & added Additional information regarding the use of using a development certificate to sign Pojav (#785)

* Update README.md

* Update README.md

* Update README.md, added Wiki to ReadMe.md (regarding enabling JIT)
  • Loading branch information
43225 authored Jan 15, 2025
1 parent 3da0623 commit b8a0a0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ However, we recommend one of the following devices on **iOS 14.0** and later:

Recommended devices provide a smoother and more enjoyable gameplay experience compared to other supported devices.
- tvOS support is in development.
- iOS 17 is not currently supported, as Apple broke every iOS app debugger outside of Xcode.
- iOS 17.x and iOS 18.x is supported. However, a computer is required. These methods will ultilized usage of pymobiledevice3. Python 3.11.(x) must be properly set up on your computer. For more information, please check out the official Wiki: https://pojavlauncherteam.github.io/JIT.html#what-are-the-methods-to-enable-jit

### Setting up to sideload
PojavLauncher can be sideloaded in many ways. Our recommended solution is to install [TrollStore](https://github.com/opa334/TrollStore) if your iOS version supports it. Installing with TrollStore allows you to permenantly sign the application, automatically enable JIT, and increase memory limits.

For iOS/iPadOS 17.0: Unfortunately,the above process will not work. It is required that you must use [TrollRestore](https://github.com/JJTech0130/TrollRestore). Any versions above iOS/iPadOS 17.0 will NOT be supported (as of December 23, 2024).

If you cannot, [AltStore](https://altstore.io) and [SideStore](https://sidestore.io) are your next best options.
- Signing services that do not use your UDID (and use distribution certificates) are not supported, as PojavLauncher requires capabilities they do not allow.
- Signing services that do not use your UDID (and use distribution certificates) are not supported, as PojavLauncher requires capabilities they do not allow. However, if you do managed to gain access to a Development certificate, due to it having the necessary entitlement (being com.apple.security.get-task-allow) to attach a debugger to the running process (enabling JIT), you may use a Development certificate.

- Only install sideloading software and PojavLauncher from trusted sources. We are not responsible for any harm caused by using unofficial software.
- Jailbreaks also benefit from permenant signing, autoJIT, and increased memory limits, however we do not recommend them for regular use.

Expand Down

0 comments on commit b8a0a0a

Please sign in to comment.