mirror of
https://github.com/gilshahar7/PearlRetry.git
synced 2025-06-28 00:16:46 +00:00
Version 1.0
This commit is contained in:
8
Tweak.xm
8
Tweak.xm
@ -14,14 +14,6 @@ static void loadPrefs() {
|
|||||||
delay = [[prefs objectForKey:@"delay"] floatValue];
|
delay = [[prefs objectForKey:@"delay"] floatValue];
|
||||||
}
|
}
|
||||||
|
|
||||||
void pearlretry_settingsDidUpdate(CFNotificationCenterRef center,
|
|
||||||
void * observer,
|
|
||||||
CFStringRef name,
|
|
||||||
const void * object,
|
|
||||||
CFDictionaryRef userInfo) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
%hook SBDashBoardPearlUnlockBehavior
|
%hook SBDashBoardPearlUnlockBehavior
|
||||||
-(void)_handlePearlFailure{
|
-(void)_handlePearlFailure{
|
||||||
%orig;
|
%orig;
|
||||||
|
Reference in New Issue
Block a user