-
Notifications
You must be signed in to change notification settings - Fork 514
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
- 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