Skip to content

Commit

Permalink
Update SettingViewController.m
Browse files Browse the repository at this point in the history
  • Loading branch information
m1337v authored Feb 25, 2024
1 parent f9e67d7 commit 6e1b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RootHide/SettingViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ - (void)processXinaA15Files:(BOOL)hide withBootpath:(NSString*)bootpath
}

- (void)reloadMenu {
NSString *rulesFilePath = "/var/jb/var/mobile/Library/RootHide/varCleanRules-custom.plist";
NSString *rulesFilePath = @"/var/jb/var/mobile/Library/RootHide/varCleanRules-custom.plist";
NSCharacterSet *CharacterSet = [NSCharacterSet URLQueryAllowedCharacterSet];
NSString *encodedURLString = [rulesFilePath stringByAddingPercentEncodingWithAllowedCharacters:CharacterSet];
NSURL *filzaURL = [NSURL URLWithString:[@"filza://view" stringByAppendingString:encodedURLString]];
Expand Down

0 comments on commit 6e1b452

Please sign in to comment.