You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,26 @@ sidebar_position: 1
11
11
- SideStore 0.6.0+ / AltStore 2.0+
12
12
13
13
## Download
14
-
- Download methods: [AltStore Source](https://tinyurl.com/LCAltStoreClassic), [SideStore Source](https://tinyurl.com/LCSideStore), the latest IPA [here](https://github.com/LiveContainer/LiveContainer/releases/latest), or the latest nightly IPA [here](https://github.com/LiveContainer/LiveContainer/releases/tag/nightly)
14
+
- Download methods: [Add to AltStore](https://tinyurl.com/LCAltStoreClassic), [Add to SideStore](https://tinyurl.com/LCSideStore), the latest IPA [here](https://github.com/LiveContainer/LiveContainer/releases/latest), or the latest nightly IPA [here](https://github.com/LiveContainer/LiveContainer/releases/tag/nightly)
15
15
- It is recommended to setup JIT-Less mode, in which LiveContainer signs your apps with certificate from SideStore/AltStore, see the instructions below.
16
16
17
17
## Installation
18
-
### JIT-Less mode (without JIT [recommended])
18
+
### JIT-Less mode (without JIT \[recommended])
19
19
Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from SideStore or AltStore.
20
-
>[!Note]
20
+
:::note
21
21
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.
22
22
If something goes wrong, please check "JIT-Less Mode Diagnose" for more information.
- SideStore will be opened and ask if you want to export the certificate. If you don't see the prompt, keep SideStore open in the background and tap "Import Certificate from SideStore" again.
28
29
- Press "Export"
29
30
- Tap "JIT-Less Mode Diagnose" and tap "Test JIT-Less Mode"
30
31
- If it says "JIT-Less Mode Test Passed", you are good to go!
31
32
32
-
#### Method 2 (Requires AltStore/SideStore)
33
+
#### Method 2 (Requires SideStore/AltStore)
33
34
- Open Settings in LiveContainer, tap "Patch SideStore/AltStore", and the app will switch to SideStore/AltStore to reinstall it with the tweak applied. If you use AltWidget, select "Keep Extension."
34
35
- Wait for the installation to finish, then **reopen SideStore/AltStore**.
35
36
- Return to LiveContainer and press "Test JIT-Less Mode." If it says "Test Passed," JIT-less mode is ready.
@@ -38,6 +39,6 @@ If something goes wrong, please check "JIT-Less Mode Diagnose" for more informat
38
39
39
40
Note: If you update or reinstall SideStore/AltStore, you'll need to reapply the patch. Re-patch is not needed when you refresh your store.
40
41
41
-
### With JIT (Requires SideStore 0.6.2-nightly+ (recommended), other JIT enabler)
42
-
- In settings, select your preferred JIT enabler.
42
+
### With JIT (Requires Debugger \[SideStore 0.6.2-nightly+/StikJIT/StikDebug/etc.])
43
+
- In settings, select your preferred JIT enabler/debugger.
43
44
- Tap the play icon. (If SideStore, it will jump to SideStore. In SideStore, hold down LiveContainer and tap `Enable JIT`. It will jump back to LiveContainer with JIT enabled and the guest app is now ready to use.)
0 commit comments