Skip to content

Intents macOS xcode13.2 rc

Alex Soto edited this page Dec 8, 2021 · 2 revisions

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

diff -ruN /Applications/Xcode_13.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMediaUserContext.h /Applications/Xcode_13.2.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMediaUserContext.h
--- /Applications/Xcode_13.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMediaUserContext.h	2021-11-11 14:18:50.000000000 -0500
+++ /Applications/Xcode_13.2.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMediaUserContext.h	2021-11-19 17:03:23.000000000 -0500
@@ -15,9 +15,7 @@
     /// The user is not a subscriber, but subscriptions are offered
     INMediaUserContextSubscriptionStatusNotSubscribed,
     /// The user is registered with a subscription (free, trial, or paid)
-    INMediaUserContextSubscriptionStatusSubscribed,
-    /// The user is registered with a Music Voice subscription
-    INMediaUserContextSubscriptionStatusVoice API_AVAILABLE(ios(15.2), watchos(8.3), tvos(15.2)) API_UNAVAILABLE(macos)
+    INMediaUserContextSubscriptionStatusSubscribed
 } API_AVAILABLE(ios(13.0), watchos(6.0), tvos(14.0)) API_UNAVAILABLE(macos) NS_SWIFT_NAME(INMediaUserContext.SubscriptionStatus);
 
 API_AVAILABLE(ios(13.0), watchos(6.0), tvos(14.0)) API_UNAVAILABLE(macos)
Clone this wiki locally