-
Notifications
You must be signed in to change notification settings - Fork 516
QuickLookThumbnailing macOS xcode13.0 rc
Alex Soto edited this page Sep 14, 2021
·
1 revision
#QuickLookThumbnailing.framework
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailReply.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailReply.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailReply.h 2021-08-07 05:21:25.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailReply.h 2021-08-03 21:50:29.000000000 -0400
@@ -20,9 +20,6 @@
API_AVAILABLE(ios(11.0), macos(10.15)) API_UNAVAILABLE(watchos,tvos) __attribute__((visibility("default")))
@interface QLThumbnailReply : NSObject
-///The extensionBadge is a short string identifying the file type used as a badge when producing an icon.
-@property (nonatomic, copy) NSString* extensionBadge API_AVAILABLE(ios(15.0), macos(12.0));
-
- (instancetype)init NS_UNAVAILABLE;
/**
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailRepresentation.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailRepresentation.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailRepresentation.h 2021-08-07 05:21:25.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Headers/QLThumbnailRepresentation.h 2021-08-03 21:50:30.000000000 -0400
@@ -36,9 +36,6 @@
/// Returns the NSImage representation of the thumbnail. You need to explicitly link against AppKit to use this property.
@property (nonatomic, readonly, strong) NSImage *NSImage API_UNAVAILABLE(ios);
-/// Returns the the effective rect within the thumbnail image representing the content of the document. In icon mode, this is the part of the image without all the image decorations.
-@property (nonatomic, readonly) CGRect contentRect API_AVAILABLE(ios(15.0), macos(12.0));
-
@end
NS_ASSUME_NONNULL_END
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status