diff --git a/docs/guides/jit-support.md b/docs/guides/jit-support.md index 618ac9d..1bc252f 100644 --- a/docs/guides/jit-support.md +++ b/docs/guides/jit-support.md @@ -6,21 +6,24 @@ sidebar_position: 2 # JIT Support LiveContainer has built-in support for popular JIT enablers. You can set it up in LiveContainer settings -> JIT section. -Mark an app as JIT needed by going to: long press app -> settings -> enable Launch with JIT. LiveContainer will wait for JIT to be enabled and try to contact the JIT enabler you configured. +Mark an app as JIT needed by going to: long press app -> settings -> enable "Launch with JIT." LiveContainer will wait for JIT to be enabled and, if avaliable, try to contact the JIT enabler you configured. -The correct way to enable JIT for an app inside LiveContainer +The correct way to enable JIT for an app inside LiveContainer: -1. Don't enable JIT for LiveContainer now -2. Set up your JIT enabler as said above +(1-3 only the first time, 6 if applicable) +1. Open LiveContainer (don't try to enable JIT yet) +2. Set up your JIT enabler as outlined above 3. Enable "Launch with JIT" as said above -4. Tap run -5. If your JIT enabler doesn't support automatic enabling, you need to enable JIT for LiveContainer from your JIT enabler while keeping the "waiting for JIT" prompt open. +4. Ensure your JIT enabler's requirements are currently being met +5. Tap run +6. If your JIT enabler supports automatic enabling, you are done! Otherwise, you need to enable JIT for LiveContainer from your JIT enabler manually while the "waiting for JIT" prompt remains open in the background. -## StikJIT +## StikJIT or StikDebug (Recommended) -[Stikjit](https://github.com/0-Blu/StikJIT) +[StikJIT](https://github.com/StephenDev0/StikJIT), [StikDebug](https://apps.apple.com/us/app/stikdebug/id6744045754) +FYI- All the steps to using StikJIT and StikDebug are the same, so for clarity's sake, "StikJIT" in this article will relate to both StikJIT and StikDebug. -For StikJIT (Recommended), you have 2 choices. If you prefer to install StikJIT as a separate app, choose "StikJIT (StandAlone)". Or if you have 2 LiveContainers installed, you can install StikJIT inside LiveContainer and convert it to a shared app. In this case, select "StikJIT (Another LiveContainer)" +If using StikJIT (Recommended), you have 2 choices. If you prefer to install StikJIT as a separate app, choose "StikJIT (StandAlone)". If you have 2 LiveContainers installed, you can install StikJIT inside LiveContainer and convert it to a shared app. In this case, select "StikJIT (Another LiveContainer)" 1. Install StikJIT and finish the setup. 2. Enter the settings of the app you want to run, enable "Launch with JIT" @@ -31,22 +34,22 @@ For StikJIT (Recommended), you have 2 choices. If you prefer to install StikJIT 4. Launch the app and enjoy! -## SideStore +## SideStore (nightly) -For SideStore, choose SideStore as your JIT enabler. Please note that since SideStore's JIT URL Scheme is not implemented yet, you still need to manually enable JIT for current LiveContainer in SideStore. +If using SideStore, choose SideStore as your JIT enabler. Please note that since SideStore's JIT URL Scheme is not implemented yet, you still need to manually enable JIT for current LiveContainer in SideStore. To do this, in the apps screen, ensure VPN and Wi-Fi or Airplane Mode is enabled, hold down on the app, and press "Enable JIT." -## JitStresmer-EB (Relanch) +## JitStreamer-EB (Relaunch) [JITStreamer-EB](https://jkcoxson.com/jitstreamer) -For JitStreamer-EB (Deprecated), choose JitStreamer-EB as your JIT enabler. If you use JitStreamer through a Wireguard VPN and you use the official server or you self-host and did not changed the WIREGUARD_SERVER_ADDRESS variable, you can leave "Address" blank. Otherwise, put the address to your server in "Address", including scheme (http/https) and port (9172). +If using JitStreamer-EB (largely Deprecated), choose JitStreamer-EB as your JIT enabler. If you use JitStreamer through a Wireguard VPN and you use the official server or you self-host and did not changed the WIREGUARD_SERVER_ADDRESS variable, you can leave "Address" blank. Otherwise, put the address to your server in "Address", including scheme (http/https) and port (9172). - Set it up first in JITStreamer-EB's website - Go to LiveContainer settings->JIT Enabler->Select JITStreamer-EB. You can leave the "Address" blank if you are using official server and it's default to http://[fd00::]:9172. - Long press the app that needs JIT->Settings->enable Launch with JIT->Tap Run, LiveContainer will contact the server and enable JIT for that app. -## SideJITServer/JITStreamer 2.0 +## SideJITServer [SideJITServer](https://github.com/nythepegasus/SideJITServer) -For SideJITServer/JITStreamer 2.0, please input both your address and device UDID. +If using SideJITServer, please input both your address and device UDID. diff --git a/docs/installation.md b/docs/installation.md index 6dcbf8e..6d09970 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,7 +19,7 @@ sidebar_position: 1 ### JIT-Less mode (without JIT \[recommended]) -Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from SideStore or AltStore. +These steps can be bypassed if you don't mind enabling JIT for your app every time, but it is not recommended. Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from SideStore or AltStore. :::note JIT-Less mode does not mean you can't enable JIT for your apps. Instead, it means JIT is not required to launch an app. If you want to use JIT, see the instructions below in "JIT Support" section.