-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CoreBluetooth] Add Xcode 13 beta 3 support. #12153
[CoreBluetooth] Add Xcode 13 beta 3 support. #12153
Conversation
src/CoreBluetooth/Enums.cs
Outdated
@@ -180,7 +180,7 @@ public enum CBConnectionEvent : long { | |||
Connected = 1, | |||
} | |||
|
|||
[Flags, iOS (13,0), TV (13,0), Watch (6,0), NoMac] | |||
[Flags, iOS (13,0), TV (13,0), Watch (6,0), Mac (12,0)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not really available, just noise (and extra metadata for us), as the only API that use it is not available on macOS
[iOS (13,0), TV (13,0), Watch (6,0), NoMac]
[Static]
[Export ("supportsFeatures:")]
bool SupportsFeatures (CBCentralManagerFeature features);
let's just add that into the macOS-CoreBluetooth.ignore
file instead
🔥 Tests failed catastrophically on Build (no summary found). 🔥Result file $(TEST_SUMMARY_PATH) not found. |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 85 tests passed.Failed tests
Pipeline on Agent XAMBOT-1097.BigSur' |
/sudo backport release/6.0.1xx-preview7 |
Backport Job to branch release/6.0.1xx-preview7 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5007565 for more details. |
No description provided.