Cette révision appartient à :
Jamie Berghmans
2019-12-29 03:53:06 +01:00
Parent 27b8e1a5d8
révision 6c52305c01

Voir le fichier

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