-
Notifications
You must be signed in to change notification settings - Fork 520
TVServices tvOS xcode16.1 b2
Alex Soto edited this page Oct 24, 2024
·
2 revisions
#TVServices.framework https://github.com/xamarin/xamarin-macios/pull/21520
diff -ruN /Applications/Xcode_16.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/TVServices.framework/Headers/NSUserActivity+TVServices.h /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/TVServices.framework/Headers/NSUserActivity+TVServices.h
--- /Applications/Xcode_16.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/TVServices.framework/Headers/NSUserActivity+TVServices.h 2024-08-03 11:01:37
+++ /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/TVServices.framework/Headers/NSUserActivity+TVServices.h 2024-09-02 23:07:19
@@ -13,4 +13,7 @@
/// The activity type used to continue browsing a TV channel programming guide.
TV_EXTERN NSString * const TVUserActivityTypeBrowsingChannelGuide API_AVAILABLE(tvos(14.3));
+/// The activity type used to open the main screen of the TV Provider app
+TV_EXTERN NSString * const TVUserActivityTypeBrowsingEntertainmentContent API_AVAILABLE(tvos(18.1));
+
NS_ASSUME_NONNULL_END
- 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