Skip to content

Commit

Permalink
Update LCRootViewController.m
Browse files Browse the repository at this point in the history
Now it gets decrypted cert directly instead of password
  • Loading branch information
khanhduytran0 authored Apr 18, 2024
1 parent 8331b77 commit a27b56e
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 @@ -209,7 +209,7 @@ - (void)setupJITLessTapped {
return;
}

[self showDialogTitle:@"Instruction" message:@"Setting up JIT-less allows you to use LiveContainer without having to enable JIT. LiveContainer needs to safely obtain the certificate password from SideStore. Press OK to continue."
[self showDialogTitle:@"Instruction" message:@"Setting up JIT-less allows you to use LiveContainer without having to enable JIT. LiveContainer needs to safely obtain the certificate from SideStore. Press OK to continue."
handler:^(UIAlertAction * action) {
[UIApplication.sharedApplication openURL:[NSURL URLWithString:[NSString stringWithFormat:@"sidestore://install?url=%@", url]] options:@{} completionHandler:nil];
}];
Expand Down

0 comments on commit a27b56e

Please sign in to comment.