From b24652afcb9e87acd0ad18ce04e0c42d1bc2ef86 Mon Sep 17 00:00:00 2001 From: QuanTrieuPCYT Date: Sat, 27 Jan 2024 09:09:56 +0700 Subject: [PATCH 1/2] Update URL schemes supported version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d421e..7018a27 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ On jailbroken iOS 14 when TrollHelper is used for installation, it is located in ## URL Scheme -As of version 1.3, TrollStore replaces the system URL scheme "apple-magnifier" (this is done so "jailbreak" detections can't detect TrollStore like they could if TrollStore had a unique URL scheme). This URL scheme can be used to install applications right from the browser, or to enable JIT from the app itself, the format goes as follows: +As of version 2.0.12, TrollStore replaces the system URL scheme "apple-magnifier" (this is done so "jailbreak" detections can't detect TrollStore like they could if TrollStore had a unique URL scheme). This URL scheme can be used to install applications right from the browser (1.3 and above), or to enable JIT from the app itself (2.0.12 and above), the format goes as follows: - `apple-magnifier://install?url=` - `apple-magnifier://enable-jit?bundle-id=` From f912ffc31ef72425653ba6e4af81faabeb6a4fb3 Mon Sep 17 00:00:00 2001 From: QuanTrieuPCYT Date: Sat, 27 Jan 2024 22:50:09 +0700 Subject: [PATCH 2/2] wording changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7018a27..c6cae01 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ On jailbroken iOS 14 when TrollHelper is used for installation, it is located in ## URL Scheme -As of version 2.0.12, TrollStore replaces the system URL scheme "apple-magnifier" (this is done so "jailbreak" detections can't detect TrollStore like they could if TrollStore had a unique URL scheme). This URL scheme can be used to install applications right from the browser (1.3 and above), or to enable JIT from the app itself (2.0.12 and above), the format goes as follows: +As of version 1.3, TrollStore replaces the system URL scheme "apple-magnifier" (this is done so "jailbreak" detections can't detect TrollStore like they could if TrollStore had a unique URL scheme). This URL scheme can be used to install applications right from the browser, or to enable JIT from the app itself (only 2.0.12 and above), the format goes as follows: - `apple-magnifier://install?url=` - `apple-magnifier://enable-jit?bundle-id=`