Skip to content

QuickLook iOS xcode13.0 beta4

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-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h	2021-07-13 00:42:46.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h	2021-07-22 14:23:37.000000000 -0400
@@ -13,8 +13,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-// Not available on macCatalyst for seed 1
-API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(macCatalyst)
+API_AVAILABLE(ios(15.0)) 
 NS_SWIFT_NAME(QLPreviewSceneActivationConfiguration.Options)
 QL_EXPORT @interface QLPreviewSceneOptions : NSObject
     /*!
@@ -23,8 +22,7 @@
      @property (assign) NSInteger initialPreviewIndex;
 @end
 
-// Not available on macCatalyst for seed 1
-API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(macCatalyst)  QL_EXPORT
+API_AVAILABLE(ios(15.0))  QL_EXPORT
 @interface QLPreviewSceneActivationConfiguration : UIWindowSceneActivationConfiguration
 
     /**
Clone this wiki locally