Skip to content

Intents iOS xcode13.3 beta2

Alex Soto edited this page Mar 7, 2022 · 2 revisions

#Intents.framework https://github.com/xamarin/xamarin-macios/pull/14325

diff -ruN /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INPlayMediaIntentResponse.h /Applications/Xcode_13.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INPlayMediaIntentResponse.h
--- /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INPlayMediaIntentResponse.h	2022-01-25 13:02:30.000000000 -0500
+++ /Applications/Xcode_13.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INPlayMediaIntentResponse.h	2022-02-04 13:44:47.000000000 -0500
@@ -19,6 +19,7 @@
     INPlayMediaIntentResponseCodeFailureUnknownMediaType,
     INPlayMediaIntentResponseCodeFailureNoUnplayedContent,
     INPlayMediaIntentResponseCodeFailureRestrictedContent,
+    INPlayMediaIntentResponseCodeFailureMaxStreamLimitReached API_AVAILABLE(ios(15.4), watchos(8.5), tvos(15.4)) API_UNAVAILABLE(macos),
 } API_AVAILABLE(ios(12.0), watchos(5.0), tvos(14.0)) API_UNAVAILABLE(macos);
 
 NS_ASSUME_NONNULL_BEGIN
Clone this wiki locally