diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo deleted file mode 100644 index d5881ca8af4..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.ignore b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.ignore index 2058bb9eb22..448256b70b8 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.ignore +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.ignore @@ -5,4 +5,3 @@ # This selector does not exist in macOS, confirmed by intro. !missing-selector! GKLeaderboardSet::loadImageWithCompletionHandler: not bound - diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo deleted file mode 100644 index d5881ca8af4..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo deleted file mode 100644 index d5881ca8af4..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/common-GameKit.ignore b/tests/xtro-sharpie/common-GameKit.ignore index 64eb49c4fe1..2791ae77a50 100644 --- a/tests/xtro-sharpie/common-GameKit.ignore +++ b/tests/xtro-sharpie/common-GameKit.ignore @@ -12,6 +12,9 @@ !missing-selector! GKLeaderboardEntry::rank not bound !missing-selector! GKLeaderboardEntry::score not bound +# Xcode1 4 beta 4 +!deprecated-attribute-wrong! GKBasePlayer::playerID has 16.0 not 13.0 on [Deprecated] attribute + ## unsorted !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindHostedPlayers: is OPTIONAL and should NOT be abstract diff --git a/tests/xtro-sharpie/macOS-GameKit.ignore b/tests/xtro-sharpie/macOS-GameKit.ignore index 3f66759b1b8..7d1aad6dc81 100644 --- a/tests/xtro-sharpie/macOS-GameKit.ignore +++ b/tests/xtro-sharpie/macOS-GameKit.ignore @@ -21,3 +21,6 @@ # API removed by Apple, marked as deprecated !unknown-native-enum! GKAuthenticationType bound + +# the version is not 10.15 +!deprecated-attribute-wrong! GKBasePlayer::playerID has 13.0 not 10.15 on [Deprecated] attribute