This commit is contained in:
ShyMemoriees
2019-12-13 16:15:26 +01:00
parent 848e30d228
commit 1f4d392a73
14 changed files with 8 additions and 303 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -54,21 +54,6 @@ void playSound() {
%end
%hook SBIconController
-(void)_iconForceTouchControllerWillPresent:(id)arg1 {
%orig;
if (enabled) {
playSound();
}
}
%end
%end
%ctor {