Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VideoSubscriberAccount] Updates for Xcode13 Beta 1 #11977

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/videosubscriberaccount.cs
Expand Up @@ -103,10 +103,12 @@ interface IVSAccountManagerDelegate { }
interface VSAccountManagerDelegate {

[Abstract]
[NoMac]
rolfbjarne marked this conversation as resolved.
Show resolved Hide resolved
[Export ("accountManager:presentViewController:")]
void PresentViewController (VSAccountManager accountManager, UIViewController viewController);

[Abstract]
[NoMac]
[Export ("accountManager:dismissViewController:")]
void DismissViewController (VSAccountManager accountManager, UIViewController viewController);

Expand Down
64 changes: 64 additions & 0 deletions tests/xtro-sharpie/MacCatalyst-VideoSubscriberAccount.ignore
@@ -0,0 +1,64 @@
## These selectors were added but do not appear to be correct
!missing-enum! VSAccountAccessStatus not bound
!missing-enum! VSErrorCode not bound
!missing-field! VSAccountProviderAuthenticationSchemeAPI not bound
!missing-field! VSAccountProviderAuthenticationSchemeSAML not bound
!missing-field! VSCheckAccessOptionPrompt not bound
!missing-field! VSErrorDomain not bound
!missing-field! VSErrorInfoKeyAccountProviderResponse not bound
!missing-field! VSErrorInfoKeySAMLResponse not bound
!missing-field! VSErrorInfoKeySAMLResponseStatus not bound
!missing-field! VSErrorInfoKeyUnsupportedProviderIdentifier not bound
!missing-field! VSOpenTVProviderSettingsURLString not bound
!missing-protocol! VSAccountManagerDelegate not bound
!missing-selector! +VSSubscriptionRegistrationCenter::defaultSubscriptionRegistrationCenter not bound
!missing-selector! VSAccountManager::checkAccessStatusWithOptions:completionHandler: not bound
!missing-selector! VSAccountManager::delegate not bound
!missing-selector! VSAccountManager::enqueueAccountMetadataRequest:completionHandler: not bound
!missing-selector! VSAccountManager::setDelegate: not bound
!missing-selector! VSAccountManagerResult::cancel not bound
!missing-selector! VSAccountMetadata::accountProviderIdentifier not bound
!missing-selector! VSAccountMetadata::accountProviderResponse not bound
!missing-selector! VSAccountMetadata::authenticationExpirationDate not bound
!missing-selector! VSAccountMetadata::SAMLAttributeQueryResponse not bound
!missing-selector! VSAccountMetadata::verificationData not bound
!missing-selector! VSAccountMetadataRequest::accountProviderAuthenticationToken not bound
!missing-selector! VSAccountMetadataRequest::applicationAccountProviders not bound
!missing-selector! VSAccountMetadataRequest::attributeNames not bound
!missing-selector! VSAccountMetadataRequest::channelIdentifier not bound
!missing-selector! VSAccountMetadataRequest::featuredAccountProviderIdentifiers not bound
!missing-selector! VSAccountMetadataRequest::forceAuthentication not bound
!missing-selector! VSAccountMetadataRequest::includeAccountProviderIdentifier not bound
!missing-selector! VSAccountMetadataRequest::includeAuthenticationExpirationDate not bound
!missing-selector! VSAccountMetadataRequest::isInterruptionAllowed not bound
!missing-selector! VSAccountMetadataRequest::localizedVideoTitle not bound
!missing-selector! VSAccountMetadataRequest::setAccountProviderAuthenticationToken: not bound
!missing-selector! VSAccountMetadataRequest::setApplicationAccountProviders: not bound
!missing-selector! VSAccountMetadataRequest::setAttributeNames: not bound
!missing-selector! VSAccountMetadataRequest::setChannelIdentifier: not bound
!missing-selector! VSAccountMetadataRequest::setFeaturedAccountProviderIdentifiers: not bound
!missing-selector! VSAccountMetadataRequest::setForceAuthentication: not bound
!missing-selector! VSAccountMetadataRequest::setIncludeAccountProviderIdentifier: not bound
!missing-selector! VSAccountMetadataRequest::setIncludeAuthenticationExpirationDate: not bound
!missing-selector! VSAccountMetadataRequest::setInterruptionAllowed: not bound
!missing-selector! VSAccountMetadataRequest::setLocalizedVideoTitle: not bound
!missing-selector! VSAccountMetadataRequest::setSupportedAccountProviderIdentifiers: not bound
!missing-selector! VSAccountMetadataRequest::setSupportedAuthenticationSchemes: not bound
!missing-selector! VSAccountMetadataRequest::setVerificationToken: not bound
!missing-selector! VSAccountMetadataRequest::supportedAccountProviderIdentifiers not bound
!missing-selector! VSAccountMetadataRequest::supportedAuthenticationSchemes not bound
!missing-selector! VSAccountMetadataRequest::verificationToken not bound
!missing-selector! VSAccountProviderResponse::authenticationScheme not bound
!missing-selector! VSAccountProviderResponse::body not bound
!missing-selector! VSAccountProviderResponse::status not bound
!missing-selector! VSSubscriptionRegistrationCenter::setCurrentSubscription: not bound
!missing-type! VSAccountManager not bound
!missing-type! VSAccountManagerResult not bound
!missing-type! VSAccountMetadata not bound
!missing-type! VSAccountMetadataRequest not bound
!missing-type! VSAccountProviderResponse not bound
!missing-type! VSSubscriptionRegistrationCenter not bound
!missing-selector! VSAccountApplicationProvider::identifier not bound
!missing-selector! VSAccountApplicationProvider::initWithLocalizedDisplayName:identifier: not bound
!missing-selector! VSAccountApplicationProvider::localizedDisplayName not bound
!missing-type! VSAccountApplicationProvider not bound
63 changes: 0 additions & 63 deletions tests/xtro-sharpie/MacCatalyst-VideoSubscriberAccount.todo
@@ -1,63 +0,0 @@
!missing-enum! VSAccountAccessStatus not bound
!missing-enum! VSErrorCode not bound
!missing-field! VSAccountProviderAuthenticationSchemeAPI not bound
!missing-field! VSAccountProviderAuthenticationSchemeSAML not bound
!missing-field! VSCheckAccessOptionPrompt not bound
!missing-field! VSErrorDomain not bound
!missing-field! VSErrorInfoKeyAccountProviderResponse not bound
!missing-field! VSErrorInfoKeySAMLResponse not bound
!missing-field! VSErrorInfoKeySAMLResponseStatus not bound
!missing-field! VSErrorInfoKeyUnsupportedProviderIdentifier not bound
!missing-field! VSOpenTVProviderSettingsURLString not bound
!missing-protocol! VSAccountManagerDelegate not bound
!missing-selector! +VSSubscriptionRegistrationCenter::defaultSubscriptionRegistrationCenter not bound
!missing-selector! VSAccountManager::checkAccessStatusWithOptions:completionHandler: not bound
!missing-selector! VSAccountManager::delegate not bound
!missing-selector! VSAccountManager::enqueueAccountMetadataRequest:completionHandler: not bound
!missing-selector! VSAccountManager::setDelegate: not bound
!missing-selector! VSAccountManagerResult::cancel not bound
!missing-selector! VSAccountMetadata::accountProviderIdentifier not bound
!missing-selector! VSAccountMetadata::accountProviderResponse not bound
!missing-selector! VSAccountMetadata::authenticationExpirationDate not bound
!missing-selector! VSAccountMetadata::SAMLAttributeQueryResponse not bound
!missing-selector! VSAccountMetadata::verificationData not bound
!missing-selector! VSAccountMetadataRequest::accountProviderAuthenticationToken not bound
!missing-selector! VSAccountMetadataRequest::applicationAccountProviders not bound
!missing-selector! VSAccountMetadataRequest::attributeNames not bound
!missing-selector! VSAccountMetadataRequest::channelIdentifier not bound
!missing-selector! VSAccountMetadataRequest::featuredAccountProviderIdentifiers not bound
!missing-selector! VSAccountMetadataRequest::forceAuthentication not bound
!missing-selector! VSAccountMetadataRequest::includeAccountProviderIdentifier not bound
!missing-selector! VSAccountMetadataRequest::includeAuthenticationExpirationDate not bound
!missing-selector! VSAccountMetadataRequest::isInterruptionAllowed not bound
!missing-selector! VSAccountMetadataRequest::localizedVideoTitle not bound
!missing-selector! VSAccountMetadataRequest::setAccountProviderAuthenticationToken: not bound
!missing-selector! VSAccountMetadataRequest::setApplicationAccountProviders: not bound
!missing-selector! VSAccountMetadataRequest::setAttributeNames: not bound
!missing-selector! VSAccountMetadataRequest::setChannelIdentifier: not bound
!missing-selector! VSAccountMetadataRequest::setFeaturedAccountProviderIdentifiers: not bound
!missing-selector! VSAccountMetadataRequest::setForceAuthentication: not bound
!missing-selector! VSAccountMetadataRequest::setIncludeAccountProviderIdentifier: not bound
!missing-selector! VSAccountMetadataRequest::setIncludeAuthenticationExpirationDate: not bound
!missing-selector! VSAccountMetadataRequest::setInterruptionAllowed: not bound
!missing-selector! VSAccountMetadataRequest::setLocalizedVideoTitle: not bound
!missing-selector! VSAccountMetadataRequest::setSupportedAccountProviderIdentifiers: not bound
!missing-selector! VSAccountMetadataRequest::setSupportedAuthenticationSchemes: not bound
!missing-selector! VSAccountMetadataRequest::setVerificationToken: not bound
!missing-selector! VSAccountMetadataRequest::supportedAccountProviderIdentifiers not bound
!missing-selector! VSAccountMetadataRequest::supportedAuthenticationSchemes not bound
!missing-selector! VSAccountMetadataRequest::verificationToken not bound
!missing-selector! VSAccountProviderResponse::authenticationScheme not bound
!missing-selector! VSAccountProviderResponse::body not bound
!missing-selector! VSAccountProviderResponse::status not bound
!missing-selector! VSSubscriptionRegistrationCenter::setCurrentSubscription: not bound
!missing-type! VSAccountManager not bound
!missing-type! VSAccountManagerResult not bound
!missing-type! VSAccountMetadata not bound
!missing-type! VSAccountMetadataRequest not bound
!missing-type! VSAccountProviderResponse not bound
!missing-type! VSSubscriptionRegistrationCenter not bound
!missing-selector! VSAccountApplicationProvider::identifier not bound
!missing-selector! VSAccountApplicationProvider::initWithLocalizedDisplayName:identifier: not bound
!missing-selector! VSAccountApplicationProvider::localizedDisplayName not bound
!missing-type! VSAccountApplicationProvider not bound
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/macOS-VideoSubscriberAccount.todo

This file was deleted.