-
Notifications
You must be signed in to change notification settings - Fork 515
IntentsUI tvOS 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/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INUIHostedViewControlling.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INUIHostedViewControlling.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS.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
- 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