possibly fixed iOS 12

Este commit está contenido en:
Jamie Berghmans
2019-12-29 03:52:53 +01:00
padre 8d9472a3a6
commit 27b8e1a5d8
Se han modificado 2 ficheros con 4 adiciones y 1 borrados

Ver fichero

@ -69,7 +69,8 @@ static bool isFirstTryAfterEnding = false;
%ctor {
float version = [[[UIDevice currentDevice] systemVersion] floatValue];
if (version <= 12) {
NSLog(@"AUTOREPLAY - Version: %f", version);
if (version < 13) {
%init(IOS12);
} else {
%init(IOS13);

Ver fichero

@ -7,3 +7,5 @@ Description: An awesome MobileSubstrate tweak!
Maintainer: Devvix
Author: Devvix
Section: Tweaks
Depiction: https://repo.devvix.com/depictions/?p=com.devvix.autoreplay
SileoDepiction: https://repo.devvix.com/sileodepictions/com.devvix.autoreplay/depiction.json