-
Notifications
You must be signed in to change notification settings - Fork 516
ExtensionKit macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h 2023-05-19 22:58:07
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h 2023-06-10 03:54:47
@@ -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
- 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