diff --git a/Tweak.xm b/Tweak.xm index 39a15c0..b1cfd1e 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -7,7 +7,7 @@ @interface NCLookHeaderContentView -(void)_updateDateLabelFontForShortLook; @end -//IOS 11 & 12 +//IOS 11 & 12 And Above @interface BSUIRelativeDateLabel @property (assign,nonatomic) NSString *text; -(void)sizeToFit; @@ -16,7 +16,7 @@ @interface MTPlatterHeaderContentView -(void)_updateTextAttributesForDateLabel; @end -//IOS 12 +//IOS 12 And Above @interface PLPlatterHeaderContentView -(void)_updateTextAttributesForDateLabel; @end @@ -152,7 +152,7 @@ static NSString *settingsPath = @"/var/mobile/Library/Preferences/com.gilshahar7 %end %end -%group iOS12 +%group iOS12AndAbove %hook PLPlatterHeaderContentView -(void)_updateTextAttributesForDateLabel{ %orig; @@ -229,7 +229,7 @@ static NSString *settingsPath = @"/var/mobile/Library/Preferences/com.gilshahar7 %init(iOS10); } else if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 11.0 && [[[UIDevice currentDevice] systemVersion] floatValue] < 12.0) { %init(iOS11); - }else if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 12.0 && [[[UIDevice currentDevice] systemVersion] floatValue] < 13.0) { - %init(iOS12); + }else if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 12.0) { + %init(iOS12AndAbove); } -} \ No newline at end of file +} diff --git a/control b/control index d44db1b..2148f61 100644 --- a/control +++ b/control @@ -1,7 +1,7 @@ Package: com.gilshahar7.exacttime Name: ExactTime Depends: mobilesubstrate -Version: 1.6 +Version: 1.7 Architecture: iphoneos-arm Description: Shows the exact time of a notification. Maintainer: gilshahar7 diff --git a/packages/com.gilshahar7.exacttime_1.7_iphoneos-arm.deb b/packages/com.gilshahar7.exacttime_1.7_iphoneos-arm.deb new file mode 100644 index 0000000..6016029 Binary files /dev/null and b/packages/com.gilshahar7.exacttime_1.7_iphoneos-arm.deb differ