From 830b68d729b15e20727270dd00f31aea60470b31 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Tue, 20 Jul 2021 12:30:02 -0400 Subject: [PATCH] Address reviews. --- src/CoreBluetooth/Enums.cs | 2 +- tests/xtro-sharpie/macOS-CoreBluetooth.ignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CoreBluetooth/Enums.cs b/src/CoreBluetooth/Enums.cs index a95abd04b3df..d7a82d3e430d 100644 --- a/src/CoreBluetooth/Enums.cs +++ b/src/CoreBluetooth/Enums.cs @@ -180,7 +180,7 @@ public enum CBConnectionEvent : long { Connected = 1, } - [Flags, iOS (13,0), TV (13,0), Watch (6,0), Mac (12,0)] + [Flags, iOS (13,0), TV (13,0), Watch (6,0), NoMac] [Native] public enum CBCentralManagerFeature : ulong { ExtendedScanAndConnect = 1uL << 0, diff --git a/tests/xtro-sharpie/macOS-CoreBluetooth.ignore b/tests/xtro-sharpie/macOS-CoreBluetooth.ignore index dd77f972c64e..520ac55f78e5 100644 --- a/tests/xtro-sharpie/macOS-CoreBluetooth.ignore +++ b/tests/xtro-sharpie/macOS-CoreBluetooth.ignore @@ -7,3 +7,6 @@ ## obsoleted (removed from headers) in iOS 8.4 !extra-protocol-member! unexpected selector CBPeripheralDelegate::peripheralDidInvalidateServices: found + +# not to be added since it is not needed in any API on macOS as of xcode13 beta 3. +!missing-enum! CBCentralManagerFeature not bound