Skip to content

Commit

Permalink
urlscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
m1337v committed Feb 28, 2024
1 parent 3fe2a13 commit 7f4a11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion RootHide/SettingViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ - (void)reloadMenu {
NSString *rulesFilePath = @"/var/jb/var/mobile/Library/RootHide/varCleanRules-custom.plist";
NSCharacterSet *CharacterSet = [NSCharacterSet URLQueryAllowedCharacterSet];
NSString *encodedURLString = [rulesFilePath stringByAddingPercentEncodingWithAllowedCharacters:CharacterSet];
NSURL *filzaURL = [NSURL URLWithString:[@"db-Imvo0I08204d0a0://view" stringByAppendingString:encodedURLString]];
NSURL *filzaURL = [NSURL URLWithString:[@"db-lmvo0l08204d0a0://view" stringByAppendingString:encodedURLString]];

self.menuData = @[
@{
Expand Down

0 comments on commit 7f4a11b

Please sign in to comment.