Skip to content

ExtensionKit tvOS xcode15.0 b2

Manuel de la Pena edited this page Sep 5, 2023 · 3 revisions

#ExtensionKit.framework https://github.com/xamarin/xamarin-macios/pull/18929

diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h	2023-05-19 21:34:22
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h	2023-06-10 02:30:43
@@ -18,8 +18,8 @@
 
 @protocol EXHostViewControllerDelegate;
 
-API_AVAILABLE(macos(13.0), ios(17.0))
-API_AVAILABLE(watchos(9.0), tvos(16.0))
+API_AVAILABLE(macos(13.0))
+API_UNAVAILABLE(ios, watchos, tvos)
 #if defined(TARGET_OS_XR) && TARGET_OS_XR
 API_UNAVAILABLE(xros)
 #endif
@@ -50,8 +50,8 @@
 
 @end
 
-API_AVAILABLE(macos(13.0), ios(17.0))
-API_AVAILABLE(watchos(9.0), tvos(16.0))
+API_AVAILABLE(macos(13.0))
+API_UNAVAILABLE(ios, watchos, tvos)
 #if defined(TARGET_OS_XR) && TARGET_OS_XR
 API_UNAVAILABLE(xros)
 #endif
Clone this wiki locally