Quartz macOS 10.13 Beta 1 to Beta 2 API Differences

../Frameworks/PDFKit.framework/Headers/PDFAnnotation.h
Header
From../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h
To../Frameworks/PDFKit.framework/Headers/PDFAnnotation.h

Declaration
From- (nonnull instancetype)initWithBounds:(NSRect)bounds forType:(nonnull NSString *)annotationType withProperties:(nullable NSDictionary *)properties
To- (nonnull instancetype)initWithBounds:(NSRect)bounds forType:(nonnull PDFAnnotationSubtype)annotationType withProperties:(nullable NSDictionary *)properties

Declaration
From- (BOOL)setValue:(nonnull id)value forAnnotationKey:(nonnull NSString *)key
To- (BOOL)setValue:(nonnull id)value forAnnotationKey:(nonnull PDFAnnotationKey)key

Declaration
From- (BOOL)setBoolean:(BOOL)value forAnnotationKey:(nonnull NSString *)key
To- (BOOL)setBoolean:(BOOL)value forAnnotationKey:(nonnull PDFAnnotationKey)key

Declaration
From- (BOOL)setRect:(NSRect)value forAnnotationKey:(nonnull NSString *)key
To- (BOOL)setRect:(NSRect)value forAnnotationKey:(nonnull PDFAnnotationKey)key

Declaration
From- (nullable id)valueForAnnotationKey:(nonnull NSString *)key
To- (nullable id)valueForAnnotationKey:(nonnull PDFAnnotationKey)key

Declaration
From- (void)removeValueForAnnotationKey:(nonnull NSString *)key
To- (void)removeValueForAnnotationKey:(nonnull PDFAnnotationKey)key

../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h
Header
From../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h
To../Frameworks/PDFKit.framework/Headers/PDFAnnotation.h

Declaration
From@property (nonatomic, copy, nonnull) NSString *widgetFieldType
To@property (nonatomic, copy, nonnull) PDFAnnotationWidgetSubtype widgetFieldType

../Frameworks/PDFKit.framework/Headers/PDFDocument.h
Declaration
From- (BOOL)writeToFile:(nonnull NSString *)path withOptions:(nullable NSDictionary *)options
To- (BOOL)writeToFile:(nonnull NSString *)path withOptions:(nullable NSDictionary<PDFDocumentWriteOption,id> *)options

Declaration
From- (BOOL)writeToURL:(nonnull NSURL *)url withOptions:(nullable NSDictionary *)options
To- (BOOL)writeToURL:(nonnull NSURL *)url withOptions:(nullable NSDictionary<PDFDocumentWriteOption,id> *)options

../Frameworks/PDFKit.framework/Headers/PDFView.h
Removed PDFView.sizeToFitScaleFactor
Availability
FromAvailable
ToDeprecated