mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-24 19:59:59 +00:00
add JaysonPlus (not working)
This commit is contained in:
11
JaysonPlus/Tweak.x
Normal file
11
JaysonPlus/Tweak.x
Normal file
@@ -0,0 +1,11 @@
|
||||
#import <substrate.h>
|
||||
|
||||
%hook UnlockEverythingManager
|
||||
- (BOOL)haveUnlockedEverything {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
- (void)setHaveUnlockedEverything:(BOOL)unlocked {
|
||||
%orig(YES);
|
||||
}
|
||||
%end
|
||||
Reference in New Issue
Block a user