From e8c56a1a743375c02a226fec88cfedccee4c3f0a Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 2 Sep 2024 12:50:52 +0200 Subject: [PATCH] [ContactProvider] Don't bind this framework. For all intents and purposes it's Swift only. --- .../api-annotations-dotnet/iOS-ContactProvider.ignore | 3 +++ .../api-annotations-dotnet/iOS-ContactProvider.todo | 2 -- tests/xtro-sharpie/iOS-ContactProvider.ignore | 3 +++ tests/xtro-sharpie/iOS-ContactProvider.todo | 2 -- 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.ignore delete mode 100644 tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.todo create mode 100644 tests/xtro-sharpie/iOS-ContactProvider.ignore delete mode 100644 tests/xtro-sharpie/iOS-ContactProvider.todo diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.ignore b/tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.ignore new file mode 100644 index 000000000000..a4aac5010cc3 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.ignore @@ -0,0 +1,3 @@ +# This is a Swift-only frameworks, with only version APIs available in Objective-C, so we're not binding it in Objective-C +!missing-field! ContactProviderVersionNumber not bound +!missing-field! ContactProviderVersionString not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.todo deleted file mode 100644 index a2070fb0d249..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-ContactProvider.todo +++ /dev/null @@ -1,2 +0,0 @@ -!missing-field! ContactProviderVersionNumber not bound -!missing-field! ContactProviderVersionString not bound diff --git a/tests/xtro-sharpie/iOS-ContactProvider.ignore b/tests/xtro-sharpie/iOS-ContactProvider.ignore new file mode 100644 index 000000000000..a4aac5010cc3 --- /dev/null +++ b/tests/xtro-sharpie/iOS-ContactProvider.ignore @@ -0,0 +1,3 @@ +# This is a Swift-only frameworks, with only version APIs available in Objective-C, so we're not binding it in Objective-C +!missing-field! ContactProviderVersionNumber not bound +!missing-field! ContactProviderVersionString not bound diff --git a/tests/xtro-sharpie/iOS-ContactProvider.todo b/tests/xtro-sharpie/iOS-ContactProvider.todo deleted file mode 100644 index a2070fb0d249..000000000000 --- a/tests/xtro-sharpie/iOS-ContactProvider.todo +++ /dev/null @@ -1,2 +0,0 @@ -!missing-field! ContactProviderVersionNumber not bound -!missing-field! ContactProviderVersionString not bound