Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| %hook SBIconController | |
| // 8 | |
| -(void)showDeveloperBuildExpirationAlertIfNecessary {} | |
| // 9+10 | |
| - (void)showDeveloperBuildExpirationAlertIfNecessaryFromLockscreen:(_Bool)arg1 toLauncher:(_Bool)arg2 {} | |
| %end | |
| // 11 | |
| %hook SBDeveloperBuildExpirationTrigger | |
| - (void)showDeveloperBuildExpirationAlertIfNecessaryFromLockscreen:(_Bool)arg1 toLauncher:(_Bool)arg2 {} | |
| %end | |
| // might help | |
| %hook SBLockdownManager | |
| - (id)developerBuildExpirationDate { return [NSDate distantFuture]; } | |
| %end |