-
Notifications
You must be signed in to change notification settings - Fork 514
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>
- 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