Skip to content

UIKit watchOS xcode15.1 b2

Alex Soto edited this page Jan 3, 2024 · 2 revisions

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

diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes	2023-08-19 22:39:04
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes	2023-09-27 00:02:33
@@ -994,6 +994,8 @@
   - Name: 'systemTraitsAffectingImageLookup'
     PropertyKind: Class
     SwiftPrivate: true
+  - Name: 'typesettingLanguage'
+    SwiftPrivate: true
   Methods:
   - Selector: 'performAsCurrentTraitCollection:'
     MethodKind: Instance
@@ -1037,6 +1039,9 @@
   - Selector: 'changedTraitsFromTraitCollection:'
     MethodKind: Instance
     SwiftPrivate: true
+  - Selector: 'traitCollectionWithTypesettingLanguage:'
+    MethodKind: Class
+    SwiftPrivate: true
 - Name: UIFontPickerViewControllerConfiguration
   SwiftName: UIFontPickerViewController.Configuration
 - Name: UIImage
@@ -1216,8 +1221,6 @@
   - Name: tagIdentifier
     PropertyKind: Instance
     SwiftPrivate: true
-- Name: UITextItemContentType
-  SwiftPrivate: true
 - Name: UITextItemMenuPreview
   SwiftPrivate: true
 - Name: UITextItemMenuConfiguration
@@ -2007,6 +2010,8 @@
   SwiftName: UIScene.ActivationState
 - Name: UIWindowSceneDismissalAnimation
   SwiftName: UIWindowScene.DismissalAnimation
+- Name: UITextItemContentType
+  SwiftPrivate: true
 Typedefs:
 - Name: NSTextListMarkerFormat
   SwiftName: NSTextList.MarkerFormat
diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h	2023-08-08 00:13:27
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h	2023-10-15 22:45:53
@@ -118,6 +118,7 @@
 #import <UIKit/UIFocusDebugger.h>
 #import <UIKit/UIFocusMovementHint.h>
 #import <UIKit/UIHoverEffect.h>
+#import <UIKit/UIHoverEffectLayer.h>
 #import <UIKit/UIHoverStyle.h>
 #import <UIKit/UIShape.h>
 #import <UIKit/UIHoverGestureRecognizer.h>
@@ -305,9 +306,6 @@
 #import <UIKit/UIWindowSceneGeometryPreferencesMac.h>
 #import <UIKit/UIWindowSceneGeometryPreferencesIOS.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