Skip to content

IntentsUI iOS xcode13.0 beta1

Rachel Kang edited this page Oct 20, 2021 · 3 revisions

#IntentsUI.framework https://github.com/xamarin/xamarin-macios/pull/13056

diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INUIHostedViewControlling.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INUIHostedViewControlling.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INUIHostedViewControlling.h	2021-03-16 08:43:17.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INUIHostedViewControlling.h	2021-06-02 12:42:46.000000000 -0400
@@ -16,19 +16,19 @@
 typedef NS_ENUM(NSUInteger, INUIHostedViewContext) {
     INUIHostedViewContextSiriSnippet,
     INUIHostedViewContextMapsCard,
-} API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(macosx, watchos, tvos);
+} API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(watchos, tvos);
 
 typedef NS_ENUM(NSUInteger, INUIInteractiveBehavior) {
     INUIInteractiveBehaviorNone,
     INUIInteractiveBehaviorNextView, // Show UI representing navigation to a new view, such as a navigation chevron
     INUIInteractiveBehaviorLaunch, // Show UI representing a launch to leave the context, such as a button
     INUIInteractiveBehaviorGenericAction, // Show UI representing a generic follow-on action within the context, such as a large tap target
-} API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(macosx, watchos, tvos);
+} API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos, tvos);
 
 NS_ASSUME_NONNULL_BEGIN
 
 API_AVAILABLE(ios(10.0))
-API_UNAVAILABLE(macosx, watchos, tvos)
+API_UNAVAILABLE(watchos, tvos)
 @protocol INUIHostedViewControlling <NSObject>
 
 @optional
Clone this wiki locally