-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1822b43
commit 3ee4c21
Showing
5 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
tests/xtro-sharpie/api-annotations-dotnet/iOS-BackgroundAssets.todo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
31 changes: 31 additions & 0 deletions
31
tests/xtro-sharpie/api-annotations-dotnet/macOS-BackgroundAssets.todo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |