diff --git a/Tweak.xm b/Tweak.xm index 14ca8f7..25b1236 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -81,6 +81,7 @@ static float sizeheight = 0.0; originy = originalLabel.frame.origin.y; sizewidth = originalLabel.frame.size.width; sizeheight = originalLabel.frame.size.height; + self.duplexCalendarLabel.textColor = [self _dateColor]; //} [self.duplexCalendarLabel setFrame:CGRectMake(originx-50+ [offsetXTextField floatValue], originy + 19 + [offsetYTextField floatValue], sizewidth+100, sizeheight)]; UIFont *font = self.duplexCalendarLabel.font; diff --git a/control b/control index 85db4f7..64373ba 100644 --- a/control +++ b/control @@ -1,7 +1,7 @@ Package: com.gilshahar7.duplexcalendar Name: DuplexCalendar Depends: mobilesubstrate -Version: 1.0.2 +Version: 1.0.3 Architecture: iphoneos-arm Description: Add the alternate calendar label to the LockScreen on iOS 9. Maintainer: gilshahar7 diff --git a/packages/com.gilshahar7.duplexcalendar_1.0.3_iphoneos-arm.deb b/packages/com.gilshahar7.duplexcalendar_1.0.3_iphoneos-arm.deb new file mode 100644 index 0000000..a93ace5 Binary files /dev/null and b/packages/com.gilshahar7.duplexcalendar_1.0.3_iphoneos-arm.deb differ