-
Notifications
You must be signed in to change notification settings - Fork 516
QuickLook iOS xcode13.0 beta2
Rachel Kang edited this page Aug 3, 2021
·
3 revisions
#QuickLook.framework https://github.com/xamarin/xamarin-macios/pull/12337
diff -ruN /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h
--- /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h 2021-06-02 12:48:19.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h 2021-06-22 17:37:58.000000000 -0400
@@ -13,7 +13,8 @@
NS_ASSUME_NONNULL_BEGIN
-API_AVAILABLE(ios(15.0)) QL_EXPORT
+// Not available on macCatalyst for seed 1
+API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(macCatalyst) QL_EXPORT
@interface QLPreviewSceneOptions : NSObject
/*!
* @abstract The index of the item to preview initially .
@@ -21,7 +22,8 @@
@property (assign) NSInteger initialPreviewIndex;
@end NS_SWIFT_NAME(QLPreviewSceneActivationConfiguration.Options)
-API_AVAILABLE(ios(15.0)) QL_EXPORT
+// Not available on macCatalyst for seed 1
+API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(macCatalyst) QL_EXPORT
@interface QLPreviewSceneActivationConfiguration : UIWindowSceneActivationConfiguration
/**
diff -ruN /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QuickLook.h /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QuickLook.h
--- /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QuickLook.h 2021-06-01 22:45:08.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QuickLook.h 2021-06-12 23:05:47.000000000 -0400
@@ -22,6 +22,7 @@
#import <QuickLook/QLPreviewProvider.h>
#import <QuickLook/QLPreviewReply.h>
#import <QuickLook/QLFilePreviewRequest.h>
+#import <QuickLook/QLPreviewSceneActivationConfiguration.h>
#endif
#endif
- 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