%ctor { | %ctor { | ||||
float version = [[[UIDevice currentDevice] systemVersion] floatValue]; | float version = [[[UIDevice currentDevice] systemVersion] floatValue]; | ||||
if (version <= 12) { | |||||
NSLog(@"AUTOREPLAY - Version: %f", version); | |||||
if (version < 13) { | |||||
%init(IOS12); | %init(IOS12); | ||||
} else { | } else { | ||||
%init(IOS13); | %init(IOS13); |
Maintainer: Devvix | Maintainer: Devvix | ||||
Author: Devvix | Author: Devvix | ||||
Section: Tweaks | Section: Tweaks | ||||
Depiction: https://repo.devvix.com/depictions/?p=com.devvix.autoreplay | |||||
SileoDepiction: https://repo.devvix.com/sileodepictions/com.devvix.autoreplay/depiction.json |