Skip to content

VideoSubscriberAccount macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#VideoSubscriberAccount.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountManager.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountManager.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountManager.h	2021-08-07 08:52:41.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountManager.h	2021-08-03 21:52:37.000000000 -0400
@@ -77,12 +77,12 @@
 /// Called when the account manager needs user interaction to complete a request.
 /// @param accountManager The account manager instance that needs to show the view controller.
 /// @param viewController A view controller that needs to be presented to the user.  You must use -presentViewController:animated:completion: to begin presenting this view controller before returning from this method.
-- (void)accountManager:(VSAccountManager *)accountManager presentViewController:(UIViewController *)viewController API_UNAVAILABLE(macos, macCatalyst);
+- (void)accountManager:(VSAccountManager *)accountManager presentViewController:(UIViewController *)viewController;
 
 /// Called when the account manager is finished using the presented view controller.
 /// @param accountManager The account manager instance that previously asked to show the view controller.
 /// @param viewController The view controller that is being presented to the user.  You must use -dismissViewControllerAnimated:completion: to begin dismissing the view controller before returning from this method.
-- (void)accountManager:(VSAccountManager *)accountManager dismissViewController:(UIViewController *)viewController API_UNAVAILABLE(macos, macCatalyst);
+- (void)accountManager:(VSAccountManager *)accountManager dismissViewController:(UIViewController *)viewController;
 
 @optional
 
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountMetadataRequest.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountMetadataRequest.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountMetadataRequest.h	2021-08-07 05:22:57.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSAccountMetadataRequest.h	2021-08-03 21:52:36.000000000 -0400
@@ -50,7 +50,7 @@
 /// Whether the user might expect to be prompted to authenticate in order to complete this request.
 @property (nonatomic, assign, getter=isInterruptionAllowed) BOOL interruptionAllowed;
 
-/// Requests that the TV Provider reauthenticate the user if they are already authenticated.
+/// Controls whether the request will ignore any cached credentials.
 @property (nonatomic, assign) BOOL forceAuthentication;
 
 /// Attributes to add to a SAML attributeQuery request and sent to the account provider.
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h	2021-08-07 05:22:57.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h	2021-08-03 21:52:36.000000000 -0400
@@ -42,7 +42,7 @@
     VSErrorCodeServiceTemporarilyUnavailable = 3, // The request failed, but a subsequent attempt might succeed.
     VSErrorCodeProviderRejected = 4, // The user's subscription provider did not allow the request to proceed, e.g. because the subscription tier doesn't include the resource, or interactive reauthentication is required, but the request does not allow interruption.
     VSErrorCodeInvalidVerificationToken = 5, // The request's verification token was rejected by the user's subscription provider.
-    VSErrorCodeRejected = 6, // The system rejected the request.
+    VSErrorCodeRejected = 6, // For use by TV Provider applications only.
     VSErrorCodeUnsupported = 7 // The TV Provider feature is not supported in the device's current region.
 }
 API_AVAILABLE(ios(10.0), tvos(10.0)) API_UNAVAILABLE(macCatalyst);
Clone this wiki locally