Skip to content

QuickLook iOS xcode15.3 b1

Alex Soto edited this page Jan 27, 2024 · 1 revision

#QuickLook.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h	2023-11-12 13:09:49
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuickLook.framework/Headers/QLPreviewSceneActivationConfiguration.h	2024-01-19 03:25:32
@@ -13,7 +13,8 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-API_AVAILABLE(ios(15.0)) 
+API_AVAILABLE(ios(15.0))
+API_UNAVAILABLE(visionos)
 NS_SWIFT_NAME(QLPreviewSceneActivationConfiguration.Options)
 QL_EXPORT @interface QLPreviewSceneOptions : NSObject
     /*!
@@ -22,8 +23,9 @@
      @property (assign) NSInteger initialPreviewIndex;
 @end
 
-API_AVAILABLE(ios(15.0))  QL_EXPORT
-@interface QLPreviewSceneActivationConfiguration : UIWindowSceneActivationConfiguration
+API_AVAILABLE(ios(15.0))
+API_UNAVAILABLE(visionos)
+QL_EXPORT @interface QLPreviewSceneActivationConfiguration : UIWindowSceneActivationConfiguration
 
     /**
     * @abstract Create a new  scene configuration to preview items at `urls`.
Clone this wiki locally