Skip to content

Commit 1793126

Browse files
authored
Merge pull request #7 from CelloSerenity/main
Updates to Installation page
2 parents b044e28 + 32bd57c commit 1793126

1 file changed

Lines changed: 27 additions & 10 deletions

File tree

docs/installation.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,54 @@ sidebar_position: 1
88
## Requirements
99

1010
- iOS/iPadOS 15+
11-
- SideStore 0.6.0+ / AltStore 2.0+
11+
- AltStore 2.0+ / SideStore 0.6.0+
1212

13-
## Download
13+
## Download Methods
1414

15-
- 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)
16-
- It is recommended to setup JIT-Less mode, in which LiveContainer signs your apps with certificate from SideStore/AltStore, see the instructions below.
15+
- Stable:
16+
17+
[AltSource (raw)](https://raw.githubusercontent.com/LiveContainer/LiveContainer/refs/heads/main/apps.json) ([Add to AltStore](https://tinyurl.com/LCAltStoreClassic), [Add to SideStore](https://tinyurl.com/LCSideStore)), [IPA download](https://github.com/LiveContainer/LiveContainer/releases/latest)
18+
- Nightly:
19+
20+
[AltSource (raw)](https://raw.githubusercontent.com/LiveContainer/LiveContainer/refs/heads/hbdev/apps_nightly.json) ([Add to AltStore](https://tinyurl.com/LCAltStoreClassic-N), [Add to SideStore](https://tinyurl.com/LCSideStore-N)), [IPA download](https://github.com/LiveContainer/LiveContainer/releases/tag/nightly)
21+
22+
- It is recommended to setup JIT-Less mode, in which LiveContainer signs your apps with your certificate from AltStore/SideStore (see the instructions below).
1723

1824
## Installation
1925

2026
### JIT-Less mode (without JIT \[recommended])
2127

22-
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.
28+
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 AltStore/SideStore.
2329

2430
:::note
2531
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.
2632
If something goes wrong, please check "JIT-Less Mode Diagnose" for more information.
2733
:::
2834

29-
#### Method 1 (Requires SideStore 0.6.2-nightly+ \[recommended])
35+
#### Method 1 (Requires AltStore 2.2.1+ / SideStore 0.6.2-nightly+ \[recommended])
3036
- Open Settings in LiveContainer
3137
- Tap "Import Certificate from SideStore"
3238
- 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.
3339
- Press "Export"
3440
- Tap "JIT-Less Mode Diagnose" and tap "Test JIT-Less Mode"
3541
- If it says "JIT-Less Mode Test Passed", you are good to go!
3642

37-
#### Method 2 (Requires SideStore/AltStore)
38-
- 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."
39-
- Wait for the installation to finish, then **reopen SideStore/AltStore**.
43+
:::note
44+
If you reinstall AltStore/SideStore using AltServer, you will need to go through these steps again or risk needing to reinstall the app.
45+
:::
46+
47+
#### Method 2 (Requires AltStore/SideStore)
48+
- Open Settings in LiveContainer, tap "Patch AltStore/SideStore", and the app will switch to SideStore/AltStore to reinstall it with the tweak applied. If you use AltWidget, select "Keep Extension."
49+
- Wait for the installation to finish, then **reopen AltStore/SideStore**.
4050
- Return to LiveContainer and press "Test JIT-Less Mode." If it says "Test Passed," JIT-less mode is ready.
4151
- Install your app via the "Apps" tab.
4252
- Tap the run icon, it will attempt to restart LiveContainer with guest app loaded.
4353

44-
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.
54+
:::note
55+
If you update or reinstall AltStore/SideStore, you'll need to reapply the patch. Re-patch is not needed when you refresh your store.
56+
:::
57+
58+
### Installing Apps
59+
- Open LiveContainer, tap the plus icon in the upper right hand corner and select IPA files to install.
60+
- Choose the app you want to open in the next launch.
61+
- You can long-press the app to manage it.

0 commit comments

Comments
 (0)