Skip to content

Commit

Permalink
Merge pull request #29 from sadending-ios/main
Browse files Browse the repository at this point in the history
Update LCRootViewController.m
  • Loading branch information
khanhduytran0 authored Jan 28, 2024
2 parents a773f38 + e7bd176 commit 81c20cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LCRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 81c20cd

Please sign in to comment.