diff --git a/src/corenfc.cs b/src/corenfc.cs index a77774e0389c..ece1286430bf 100644 --- a/src/corenfc.cs +++ b/src/corenfc.cs @@ -702,6 +702,7 @@ enum NFCPollingOption : ulong { Iso14443 = 0x1, Iso15693 = 0x2, Iso18092 = 0x4, + Pace = 0x8, } [iOS (13,0)] diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreNFC.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreNFC.todo deleted file mode 100644 index 79b871fb33b2..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreNFC.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! NFCPollingOption native value NFCPollingPACE = 8 not bound diff --git a/tests/xtro-sharpie/iOS-CoreNFC.todo b/tests/xtro-sharpie/iOS-CoreNFC.todo deleted file mode 100644 index 79b871fb33b2..000000000000 --- a/tests/xtro-sharpie/iOS-CoreNFC.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! NFCPollingOption native value NFCPollingPACE = 8 not bound