This commit is contained in:
ShyMemoriees
2019-12-13 16:15:26 +01:00
rodzic 848e30d228
commit 1f4d392a73
14 zmienionych plików z 8 dodań i 303 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

File diff suppressed because one or more lines are too long

Plik binarny nie jest wyświetlany.

File diff suppressed because one or more lines are too long

Wyświetl plik

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