From e7bd17659c7cc6a802fd9fba49fb7206ca06e5f3 Mon Sep 17 00:00:00 2001 From: sadending-ios <112779307+sadending-ios@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:49:33 +0700 Subject: [PATCH] Update LCRootViewController.m --- LCRootViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCRootViewController.m b/LCRootViewController.m index c8b11f7..207c251 100644 --- a/LCRootViewController.m +++ b/LCRootViewController.m @@ -201,7 +201,7 @@ - (void)launchButtonTapped { return; } - NSURL *sidejitURL = [NSURL URLWithString:[NSString stringWithFormat:@"sidestore://sidejit-enable?bid=%@", NSBundle.mainBundle.bundleIdentifier]]; + NSURL *sidejitURL = [NSURL URLWithString:[NSString stringWithFormat:@"apple-magnifier://enable-jit?bundle-id=%@", NSBundle.mainBundle.bundleIdentifier]]; if ([UIApplication.sharedApplication canOpenURL:sidejitURL]) { [UIApplication.sharedApplication openURL:sidejitURL options:@{} completionHandler:^(BOOL b){ exit(0);