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]];