Skip to content

Commit

Permalink
Address reviews.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jul 20, 2021
1 parent 6ceed46 commit 830b68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreBluetooth/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions tests/xtro-sharpie/macOS-CoreBluetooth.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 830b68d

Please sign in to comment.