Skip to content

Commit

Permalink
Update xtro.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 30, 2023
1 parent 1822b43 commit 3ee4c21
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-AVFoundation.todo
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,19 @@
!missing-selector! AVCaptureDevice::centerStageRectOfInterest not bound
!missing-selector! AVCaptureDevice::setCenterStageRectOfInterest: not bound
!missing-selector! AVPlayerInterstitialEvent::assetListResponse not bound
!deprecated-attribute-missing! AVCaptureDeviceFormat::highResolutionStillImageDimensions missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCaptureDeviceFormat::videoMaxZoomFactorForDepthDataDelivery missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCaptureDeviceFormat::videoMinZoomFactorForDepthDataDelivery missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCapturePhotoOutput::isHighResolutionCaptureEnabled missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCapturePhotoOutput::setHighResolutionCaptureEnabled: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCapturePhotoSettings::isHighResolutionPhotoEnabled missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCapturePhotoSettings::setHighResolutionPhotoEnabled: missing a [Deprecated] attribute
!missing-selector! AVCaptureDeviceFormat::secondaryNativeResolutionZoomFactors not bound
!missing-selector! AVCaptureDeviceFormat::supportedMaxPhotoDimensions not bound
!missing-selector! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery not bound
!missing-selector! AVCapturePhotoOutput::maxPhotoDimensions not bound
!missing-selector! AVCapturePhotoOutput::preservesLivePhotoCaptureSuspendedOnSessionStop not bound
!missing-selector! AVCapturePhotoOutput::setMaxPhotoDimensions: not bound
!missing-selector! AVCapturePhotoOutput::setPreservesLivePhotoCaptureSuspendedOnSessionStop: not bound
!missing-selector! AVCapturePhotoSettings::maxPhotoDimensions not bound
!missing-selector! AVCapturePhotoSettings::setMaxPhotoDimensions: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
!missing-enum! BAContentRequest not bound
!missing-enum! BADownloadState not bound
!missing-field! BADownloaderPriorityDefault not bound
!missing-field! BADownloaderPriorityMax not bound
!missing-field! BADownloaderPriorityMin not bound
!missing-protocol! BADownloaderExtension not bound
!missing-protocol! BADownloadManagerDelegate not bound
!missing-selector! +BADownloadManager::sharedManager not bound
!missing-selector! BAAppExtensionInfo::restrictedDownloadSizeRemaining not bound
!missing-selector! BAAppExtensionInfo::restrictedEssentialDownloadSizeRemaining not bound
!missing-selector! BADownload::copyAsNonEssential not bound
!missing-selector! BADownload::identifier not bound
!missing-selector! BADownload::isEssential not bound
!missing-selector! BADownload::priority not bound
!missing-selector! BADownload::state not bound
!missing-selector! BADownload::uniqueIdentifier not bound
!missing-selector! BADownloadManager::cancelDownload:error: not bound
!missing-selector! BADownloadManager::delegate not bound
!missing-selector! BADownloadManager::fetchCurrentDownloads: not bound
!missing-selector! BADownloadManager::fetchCurrentDownloadsWithCompletionHandler: not bound
!missing-selector! BADownloadManager::performWithExclusiveControl: not bound
!missing-selector! BADownloadManager::performWithExclusiveControlBeforeDate:performHandler: not bound
!missing-selector! BADownloadManager::scheduleDownload:error: not bound
!missing-selector! BADownloadManager::setDelegate: not bound
!missing-selector! BADownloadManager::startForegroundDownload:error: not bound
!missing-selector! BAURLDownload::initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority: not bound
!missing-selector! BAURLDownload::initWithIdentifier:request:fileSize:applicationGroupIdentifier: not bound
!missing-type! BAAppExtensionInfo not bound
!missing-type! BADownload not bound
!missing-type! BADownloadManager not bound
!missing-type! BAURLDownload not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
!missing-enum! BAContentRequest not bound
!missing-enum! BADownloadState not bound
!missing-field! BADownloaderPriorityDefault not bound
!missing-field! BADownloaderPriorityMax not bound
!missing-field! BADownloaderPriorityMin not bound
!missing-protocol! BADownloaderExtension not bound
!missing-protocol! BADownloadManagerDelegate not bound
!missing-selector! +BADownloadManager::sharedManager not bound
!missing-selector! BAAppExtensionInfo::restrictedDownloadSizeRemaining not bound
!missing-selector! BAAppExtensionInfo::restrictedEssentialDownloadSizeRemaining not bound
!missing-selector! BADownload::copyAsNonEssential not bound
!missing-selector! BADownload::identifier not bound
!missing-selector! BADownload::isEssential not bound
!missing-selector! BADownload::priority not bound
!missing-selector! BADownload::state not bound
!missing-selector! BADownload::uniqueIdentifier not bound
!missing-selector! BADownloadManager::cancelDownload:error: not bound
!missing-selector! BADownloadManager::delegate not bound
!missing-selector! BADownloadManager::fetchCurrentDownloads: not bound
!missing-selector! BADownloadManager::fetchCurrentDownloadsWithCompletionHandler: not bound
!missing-selector! BADownloadManager::performWithExclusiveControl: not bound
!missing-selector! BADownloadManager::performWithExclusiveControlBeforeDate:performHandler: not bound
!missing-selector! BADownloadManager::scheduleDownload:error: not bound
!missing-selector! BADownloadManager::setDelegate: not bound
!missing-selector! BADownloadManager::startForegroundDownload:error: not bound
!missing-selector! BAURLDownload::initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority: not bound
!missing-selector! BAURLDownload::initWithIdentifier:request:fileSize:applicationGroupIdentifier: not bound
!missing-type! BAAppExtensionInfo not bound
!missing-type! BADownload not bound
!missing-type! BADownloadManager not bound
!missing-type! BAURLDownload not bound
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
!missing-selector! NSAttributedString::initWithFormat:options:locale: not bound
!missing-selector! NSAttributedString::initWithFormat:options:locale:arguments: not bound
!missing-selector! NSMutableAttributedString::appendLocalizedFormat: not bound
!deprecated-attribute-missing! NSDateComponents::setWeek: missing a [Deprecated] attribute
!deprecated-attribute-missing! NSDateComponents::week missing a [Deprecated] attribute
!deprecated-attribute-missing! NSProcessInfo::operatingSystem missing a [Deprecated] attribute
!deprecated-attribute-missing! NSProcessInfo::operatingSystemName missing a [Deprecated] attribute
!deprecated-attribute-missing! NSURLConnection::initWithRequest:delegate: missing a [Deprecated] attribute
!deprecated-attribute-missing! NSURLConnection::initWithRequest:delegate:startImmediately: missing a [Deprecated] attribute
!deprecated-attribute-missing! NSUserDefaults::persistentDomainNames missing a [Deprecated] attribute
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!deprecated-attribute-missing! INPlayMediaIntent::initWithMediaItems:mediaContainer:playShuffled:playbackRepeatMode:resumePlayback: missing a [Deprecated] attribute

0 comments on commit 3ee4c21

Please sign in to comment.