Skip to content

UIKit tvOS xcode14.3 beta3

Alex Soto edited this page Mar 22, 2023 · 2 revisions

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

diff -ruN /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h /Applications/Xcode_14.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h
--- /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h	2023-02-24 09:43:54
+++ /Applications/Xcode_14.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h	2023-03-09 18:51:18
@@ -9,7 +9,7 @@
 #import <UIKit/UIKitCore.h>
 
 // UITextInputContext provides a way to indicate Scribble, dictation, and hardware keyboard input.
-API_AVAILABLE(ios(17.0), macos(14.0))
+UIKIT_EXTERN API_AVAILABLE(ios(16.4))
 @interface UITextInputContext : NSObject
 
 @property (nonatomic, readwrite, getter=isPencilInputExpected) BOOL pencilInputExpected;
Clone this wiki locally