From 6e1b45278fb4b9d2fbd2c8e66aa168370a2bab63 Mon Sep 17 00:00:00 2001 From: m1337v Date: Sun, 25 Feb 2024 22:58:19 +0100 Subject: [PATCH] Update SettingViewController.m --- RootHide/SettingViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RootHide/SettingViewController.m b/RootHide/SettingViewController.m index a9a078e..ae77d19 100644 --- a/RootHide/SettingViewController.m +++ b/RootHide/SettingViewController.m @@ -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]];