diff --git a/Tweak.xm b/Tweak.xm index 5c421fa..6c49efd 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -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); diff --git a/control b/control index c065581..373221f 100644 --- a/control +++ b/control @@ -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