Skip to content

UIKit watchOS xcode15.0 b7

Manuel de la Pena edited this page Oct 20, 2023 · 2 revisions

#UIKit.framework https://github.com/xamarin/xamarin-macios/pull/19120

diff -ruN /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode_15.0.0-beta7.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes
--- /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes	2023-08-04 01:18:10
+++ /Applications/Xcode_15.0.0-beta7.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes	2023-08-15 18:31:51
@@ -1262,8 +1262,6 @@
     - Selector: 'preferencesSystemFrame:'
       MethodKind: Class
       SwiftPrivate: true
-- Name: UIWindowSceneGeometryPreferencesReality
-  SwiftName: UIWindowSceneGeometryPreferences.Reality
 - Name: UIWindowSceneGeometryPreferencesVision
   SwiftName: UIWindowSceneGeometryPreferences.Vision
 - Name: UIWindowSceneGeometryPreferences
diff -ruN /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h /Applications/Xcode_15.0.0-beta7.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h
--- /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h	2023-08-04 01:01:49
+++ /Applications/Xcode_15.0.0-beta7.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h	2023-08-08 03:29:08
@@ -304,8 +304,10 @@
 #import <UIKit/UIWindowSceneGeometryPreferences.h>
 #import <UIKit/UIWindowSceneGeometryPreferencesMac.h>
 #import <UIKit/UIWindowSceneGeometryPreferencesIOS.h>
-#import <UIKit/UIWindowSceneGeometryPreferencesReality.h>
 #import <UIKit/UIWindowSceneGeometryPreferencesVision.h>
+#if __has_include(<UIKit/UIWindowSceneGeometryPreferencesReality.h>)
+#import <UIKit/UIWindowSceneGeometryPreferencesReality.h>
+#endif
 #import <UIKit/UIWindowScenePlacement.h>
 #import <UIKit/UIWindowSceneStandardPlacement.h>
 #import <UIKit/UIWindowSceneProminentPlacement.h>
Clone this wiki locally