diff --git a/src/pushkit.cs b/src/pushkit.cs index f94761f471da..e0a1f696375f 100644 --- a/src/pushkit.cs +++ b/src/pushkit.cs @@ -65,7 +65,7 @@ interface PKPushRegistry { interface PKPushType { [Introduced (PlatformName.MacCatalyst, 14, 0)] - [NoWatch] + [Watch (9,0)] [NoMac] [Field ("PKPushTypeVoIP")] NSString Voip { get; } diff --git a/tests/xtro-sharpie/watchOS-PushKit.todo b/tests/xtro-sharpie/watchOS-PushKit.todo deleted file mode 100644 index c2c9af61b880..000000000000 --- a/tests/xtro-sharpie/watchOS-PushKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-field! PKPushTypeVoIP not bound