Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.js #120

Merged
merged 7 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ module.exports = {
collapsable: true, // Don't allow collapsing
sidebarDepth: 1,
children: [
'JETSAM', // Dealing with iOS memory limits
'JIT', // iOS and "JIT"
]
},
Expand Down
6 changes: 3 additions & 3 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
### Minimum requirements:
- Apple A8 SoC
- The Apple A7 SoC is losing support in PojavLauncher 2.3.
- iOS 12
- iOS 14
- 1GB RAM

### Recommended requirements:
- Apple A10/A10X Fusion SoC
- Apple A14/A12X Bionic SoC
- iOS 14
- 2GB RAM
- 4GB RAM
27 changes: 22 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,29 @@ Instructions for installing PojavLauncher on Apple devices.
::: details Sideloading (TrollStore)
We recommend TrollStore for all users if possible. This method allows for automatic JIT enabling, more memory allocation, and non-revoking installs.

1. Follow the steps to install [TrollStore](https://github.com/opa334/TrollStore).
- TrollStore is compatible with the following iOS versions:
- 14.0 to 15.4.1
- 15.5 beta 1 to 15.5 beta 4
- 15.6 beta 1 to 15.6 beta 5
### TrollStore compatibility depends on whether your iDevice is arm64 (A8-A11) or arm64e (A12+/M1+)

#### For arm64, TrollStore is compatible with the following iOS versions:

- 14.0 to 14.8.1
- 15.0 to 15.8
- 16.0 to 16.6.1
- 17.0

#### For arm64e, TrollStore is compatible with the following iOS versions:

- 14.0 to 14.8.1
- 15.0 to 15.7.1
- 16.0 to 16.5
- 16.5.1 (*)
- 16.6 beta 1
- 16.6 beta 2 to 16.6.1 (*)
- 17.0 (*)

(*) - No Installation Method.

1. Follow the steps to install [TrollStore](https://github.com/opa334/TrollStore).

2. Download the latest release from [here](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases/latest/download/net.kdt.pojavlauncher.ipa).
- For a specific release, you can find its package on the [Releases](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases) page

Expand Down
1 change: 0 additions & 1 deletion JETSAM.md

This file was deleted.

4 changes: 2 additions & 2 deletions JIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Unjailbroken users can see two different outcomes, based on what they used to si
If you used TrollStore to sideload PojavLauncher, good news: PojavLauncher takes advantage of the extended capabilities with TrollStore and automatically enables JIT when launched.

#### Normal sideload
If you sideload normally, you will need to enable JIT in some way. The most common method is to attach a debug server to the application while it's running - JITStreamer, AltStore, and Jitterbug all use this with their Jit enabling functions. The only downside to this method is that you are required to be connected to a WiFi network in order to enable JIT.
If you sideload normally, you will need to enable JIT in some way. The most common method is to attach a debug server to the application while it's running - AltStore, SideStore, and Jitterbug all use this method with their JIT enabling functions. The only downside to this method is that you are required to be connected to a WiFi network in order to enable JIT.

PojavLauncher has native integration with JITStreamer, and we recommend following the steps available [here](https://jitstreamer.com/?slide=home) to get started. Alternatively, you can use [AltStore](https://faq.altstore.io/how-to-use-altstore/altjit) or, for more advanced users, [Jitterbug](https://github.com/osy/Jitterbug/tree/main/Jitterbug). Methods not listed here are not confirmed or recommended by us for use with PojavLauncher.
You can also use [AltStore](https://faq.altstore.io/how-to-use-altstore/altjit), [SideStore](https://wiki.sidestore.io/guides/getting-started/#setting-up-wireguard), or, for more advanced users, [Jitterbug](https://github.com/osy/Jitterbug/tree/main/Jitterbug). Methods not listed here are not confirmed or recommended by us for use with PojavLauncher.
7 changes: 6 additions & 1 deletion SIGN-IN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Signing in
PojavLauncher supports multiple types of accounts to sign in:

##
- Microsoft Accounts(*)
- Local Accounts(^)

(*) Microsoft Accounts only work if the Microsoft Account has Minecraft: Java Edition purchased.

(^) Local Accounts only work if you have already logged into a Microsoft Account with Minecraft: Java Edition purchased.
Loading