From 57eb6169aa0ffc43b3c47c06ac4ffd126b252ac4 Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:32:45 +0700 Subject: [PATCH 1/7] Update PROBLEMATIC-MODS-COMMON-FIXES.md Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- .../wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md b/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md index d3358f24..74eca2ca 100644 --- a/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md +++ b/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md @@ -61,3 +61,9 @@ There's a script created by [sa1672ndo](https://github.com/sa1672ndo) that autom The script can be found [here](https://github.com/sa1672ndo/vs2termux). **credits to [sa1672ndo](https://github.com/sa1672ndo)** + +## iOS + +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. + +**credits to [kiokori-git](https://github.com/kiokori-git)** From 15202dc53f8061c308f209fed12ac36fb5ecfa95 Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:35:51 +0700 Subject: [PATCH 2/7] Update INSTALL.md builds from the actions tab aren't latest releases, they're developer builds that are still WIP. Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- markdown/wiki/getting_started/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/wiki/getting_started/INSTALL.md b/markdown/wiki/getting_started/INSTALL.md index 52d69f36..d4eff011 100644 --- a/markdown/wiki/getting_started/INSTALL.md +++ b/markdown/wiki/getting_started/INSTALL.md @@ -70,7 +70,7 @@ Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scr 1. Follow these steps to install [TrollStore](https://ios.cfw.guide/installing-trollstore/). -2. Download the latest release from [here](https://nightly.link/PojavLauncherTeam/PojavLauncher_iOS/workflows/development/main/net.kdt.pojavlauncher-ios.ipa.zip). +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! - For a specific (outdated) release, you can find its package on the [Releases](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases) page 3. Locate where the .ipa was downloaded, tap the Share icon, and choose TrollStore in the list of options available. From 26c9a667a9b56cc8487a800b756a4193c9e6743c Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:53:08 +0700 Subject: [PATCH 3/7] Create KEYCHAIN-ERR Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- markdown/wiki/faq/ios/KEYCHAIN-ERR | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 markdown/wiki/faq/ios/KEYCHAIN-ERR diff --git a/markdown/wiki/faq/ios/KEYCHAIN-ERR b/markdown/wiki/faq/ios/KEYCHAIN-ERR new file mode 100644 index 00000000..cd18e13b --- /dev/null +++ b/markdown/wiki/faq/ios/KEYCHAIN-ERR @@ -0,0 +1,3 @@ +# "Failed to save account tokens to keychain" + +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. From 5d9f9baa8c3c11630efbd907f244f22db2dd91a1 Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:55:41 +0700 Subject: [PATCH 4/7] Update KEYCHAIN-ERR realized this warning popup only shows up on the developer builds Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- markdown/wiki/faq/ios/KEYCHAIN-ERR | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown/wiki/faq/ios/KEYCHAIN-ERR b/markdown/wiki/faq/ios/KEYCHAIN-ERR index cd18e13b..5830f1bb 100644 --- a/markdown/wiki/faq/ios/KEYCHAIN-ERR +++ b/markdown/wiki/faq/ios/KEYCHAIN-ERR @@ -1,3 +1,4 @@ # "Failed to save account tokens to keychain" 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. +(This page only applies to users that use the developer builds from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions).) From 80eb0b698161a749520613163d6cde202073e149 Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 17:02:44 +0700 Subject: [PATCH 5/7] Update arrays.js a new page, yay! Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- markdown/.vuepress/arrays.js | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown/.vuepress/arrays.js b/markdown/.vuepress/arrays.js index 4ddec08d..80ab1e05 100644 --- a/markdown/.vuepress/arrays.js +++ b/markdown/.vuepress/arrays.js @@ -29,6 +29,7 @@ const ios_FAQ = { children: [ "JIT", // iOS and "JIT". "APPSTORE", // Will PojavLauncher ever come to App Store for iOS? + "KEYCHAIN-ERR" // "Failed to save account tokens to keychains" ], }; From 67722de6f5e7091aa1e9a80f8326b61ef46ddc4b Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 17:05:04 +0700 Subject: [PATCH 6/7] Rename KEYCHAIN-ERR to KEYCHAIN-ERR.md an another whoopsies Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- markdown/wiki/faq/ios/{KEYCHAIN-ERR => KEYCHAIN-ERR.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename markdown/wiki/faq/ios/{KEYCHAIN-ERR => KEYCHAIN-ERR.md} (100%) diff --git a/markdown/wiki/faq/ios/KEYCHAIN-ERR b/markdown/wiki/faq/ios/KEYCHAIN-ERR.md similarity index 100% rename from markdown/wiki/faq/ios/KEYCHAIN-ERR rename to markdown/wiki/faq/ios/KEYCHAIN-ERR.md From da2e1d1a5117c6e4671e49e8f3cb8fc6f5e6df33 Mon Sep 17 00:00:00 2001 From: Kio <142306553+kiokori-git@users.noreply.github.com> Date: Sat, 19 Apr 2025 17:11:25 +0700 Subject: [PATCH 7/7] Update arrays.js i'm an absolute stupid idiot with dementia Signed-off-by: Kio <142306553+kiokori-git@users.noreply.github.com> --- markdown/.vuepress/arrays.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/.vuepress/arrays.js b/markdown/.vuepress/arrays.js index 80ab1e05..02593281 100644 --- a/markdown/.vuepress/arrays.js +++ b/markdown/.vuepress/arrays.js @@ -29,7 +29,7 @@ const ios_FAQ = { children: [ "JIT", // iOS and "JIT". "APPSTORE", // Will PojavLauncher ever come to App Store for iOS? - "KEYCHAIN-ERR" // "Failed to save account tokens to keychains" + "KEYCHAIN-ERR", // "Failed to save account tokens to keychains" ], };