Skip to content

Commit

Permalink
undo preference load change for rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolano committed May 21, 2023
1 parent 1c92607 commit 9a9d43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Shadow.framework/Settings.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (instancetype)init {
@"Hook_HideApps" : @(NO)
};

userDefaults = [[NSUserDefaults alloc] initWithSuiteName:[RootBridge getJBPath:@SHADOW_PREFS_PLIST]];
userDefaults = [[NSUserDefaults alloc] initWithSuiteName:@SHADOW_PREFS_PLIST];
[userDefaults registerDefaults:defaultSettings];
}

Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Recommends: mobilesubstrate, preferenceloader, me.jjolano.hkmodule.fishhook
Provides: me.jjolano.shadow.beta
Replaces: me.jjolano.shadow.beta
Conflicts: me.jjolano.shadow.beta, me.jjolano.shadow.legacy
Version: 3.7.4
Version: 3.7.5
Architecture: iphoneos-arm
Description: A modern jailbreak detection bypass.
Maintainer: jjolano
Expand Down

0 comments on commit 9a9d43d

Please sign in to comment.