ClockKit watchOS 4.3 to 5.0 API Differences

CLKComplicationTemplate.h
CLKComplicationTimelineEntry.h
Declaration
From@property (nonatomic, nonnull) NSDate *date
To@property (nonatomic, retain, nonnull) NSDate *date

CLKDefines.h
CLKFullColorImageProvider.h
CLKGaugeProvider.h
CLKImageProvider.h
Declaration
From@property (nonatomic, nonnull) UIImage *onePieceImage
To@property (nonatomic, retain, nonnull) UIImage *onePieceImage

Declaration
From@property (nonatomic, nullable) UIColor *tintColor
To@property (nonatomic, retain, nullable) UIColor *tintColor

Declaration
From@property (nonatomic, nullable) UIImage *twoPieceImageBackground
To@property (nonatomic, retain, nullable) UIImage *twoPieceImageBackground

Declaration
From@property (nonatomic, nullable) UIImage *twoPieceImageForeground
To@property (nonatomic, retain, nullable) UIImage *twoPieceImageForeground

Declaration
From@property (nonatomic, nullable) NSString *accessibilityLabel
To@property (nonatomic, retain, nullable) NSString *accessibilityLabel

CLKTextProvider.h
Declaration
From@property (nonatomic, nonnull) UIColor *tintColor
To@property (nonatomic, retain, nonnull) UIColor *tintColor

Declaration
From@property (nonatomic, nonnull) NSDate *date
To@property (nonatomic, retain, nonnull) NSDate *date

Declaration
From@property (nonatomic, nullable) NSTimeZone *timeZone
To@property (nonatomic, retain, nullable) NSTimeZone *timeZone

Declaration
From@property (nonatomic, nonnull) NSDate *date
To@property (nonatomic, retain, nonnull) NSDate *date

Declaration
From@property (nonatomic, nullable) NSTimeZone *timeZone
To@property (nonatomic, retain, nullable) NSTimeZone *timeZone

Declaration
From@property (nonatomic, nonnull) NSDate *startDate
To@property (nonatomic, retain, nonnull) NSDate *startDate

Declaration
From@property (nonatomic, nonnull) NSDate *endDate
To@property (nonatomic, retain, nonnull) NSDate *endDate

Declaration
From@property (nonatomic, nullable) NSTimeZone *timeZone
To@property (nonatomic, retain, nullable) NSTimeZone *timeZone

Declaration
From@property (nonatomic, nonnull) NSDate *date
To@property (nonatomic, retain, nonnull) NSDate *date