Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 67ef183

Browse files
authored
new information for the iOS side (#265)
* Update PROBLEMATIC-MODS-COMMON-FIXES.md Signed-off-by: Kio <[email protected]> * Update INSTALL.md builds from the actions tab aren't latest releases, they're developer builds that are still WIP. Signed-off-by: Kio <[email protected]> * Create KEYCHAIN-ERR Signed-off-by: Kio <[email protected]> * Update KEYCHAIN-ERR realized this warning popup only shows up on the developer builds Signed-off-by: Kio <[email protected]> * Update arrays.js a new page, yay! Signed-off-by: Kio <[email protected]> * Rename KEYCHAIN-ERR to KEYCHAIN-ERR.md an another whoopsies Signed-off-by: Kio <[email protected]> * Update arrays.js i'm an absolute stupid idiot with dementia Signed-off-by: Kio <[email protected]> --------- Signed-off-by: Kio <[email protected]>
1 parent 702df17 commit 67ef183

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

markdown/.vuepress/arrays.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const ios_FAQ = {
2929
children: [
3030
"JIT", // iOS and "JIT".
3131
"APPSTORE", // Will PojavLauncher ever come to App Store for iOS?
32+
"KEYCHAIN-ERR", // "Failed to save account tokens to keychains"
3233
],
3334
};
3435

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# "Failed to save account tokens to keychain"
2+
3+
Though this warning message may seem concerning, this warning message can be safely ignored, as of writing (2025/04/19) it pretty much hasn't caused any issues within the launcher; though this page may or may not change depending on the issues that will soon to be discovered.
4+
(This page only applies to users that use the developer builds from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions).)

markdown/wiki/getting_started/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scr
7070

7171
1. Follow these steps to install [TrollStore](https://ios.cfw.guide/installing-trollstore/).
7272

73-
2. Download the latest release from [here](https://nightly.link/PojavLauncherTeam/PojavLauncher_iOS/workflows/development/main/net.kdt.pojavlauncher-ios.ipa.zip).
73+
2. Download the latest developer build from [here](https://nightly.link/PojavLauncherTeam/PojavLauncher_iOS/workflows/development/main/net.kdt.pojavlauncher-ios.ipa.zip). Expect to encounter bugs!
7474
- For a specific (outdated) release, you can find its package on the [Releases](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases) page
7575

7676
3. Locate where the .ipa was downloaded, tap the Share icon, and choose TrollStore in the list of options available.

markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ There's a script created by [sa1672ndo](https://github.com/sa1672ndo) that autom
6161
The script can be found [here](https://github.com/sa1672ndo/vs2termux).
6262

6363
**credits to [sa1672ndo](https://github.com/sa1672ndo)**
64+
65+
## iOS
66+
67+
As of 2025/04/19, Valkyrien Skies 2 can run natively on iOS, due to the implementation of [dylib patching for game dlopen calls](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/commit/ec04885ce5a6d5921db4b162e5e514bc4b035db5). A developer build installation is required from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions) for now, though.
68+
69+
**credits to [kiokori-git](https://github.com/kiokori-git)**

0 commit comments

Comments
 (0)