-
Notifications
You must be signed in to change notification settings - Fork 515
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
[CoreMotion] Added support for Xcode 14.1 b1 #16118
[CoreMotion] Added support for Xcode 14.1 b1 #16118
Conversation
5974869
to
364001d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
A few nit things.
I also started this one, but closed it due to being on the incorrect branch and having conflicts. It did not include the 14.1 b1 changes though and can be found here: https://github.com/xamarin/xamarin-macios/pull/15977/files#diff-d27d21346ea9e21416f16996de088338485c706566c16100166f6f5d2f55d5af.
I think you'll want to add this line in as well though
https://github.com/xamarin/xamarin-macios/pull/15977/files#diff-d27d21346ea9e21416f16996de088338485c706566c16100166f6f5d2f55d5afR842
Co-authored-by: TJ Lambert <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -859,4 +859,118 @@ interface CMRecordedPressureData { | |||
NSDate StartDate { get; } | |||
} | |||
|
|||
[NoMac, NoiOS, NoMacCatalyst, Watch (9,0), NoTV] |
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.
Shouldn't this be:
[NoMac, NoiOS, NoMacCatalyst, Watch (9,0), NoTV] | |
[NoMac, NoiOS, NoMacCatalyst, Watch (9,1), NoTV] |
and the same for the other ones below?
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.
Headers say that these clases are supported on 9.0
. Should we bump the version anyway?
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.
No, that's fine
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)NET (empty diffs)
❗ API diff vs stable (Breaking changes)Legacy Xamarin (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:).NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 0 tests crashed, 7 tests failed, 162 tests passed. Failures❌ introspection tests
Html Report (VSDrops) Download ❌ linker tests
Html Report (VSDrops) Download ❌ monotouch tests
Html Report (VSDrops) Download ❌ mtouch tests
Html Report (VSDrops) Download Successes✅ bcl: All 10 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Failures are unrelated. |
No description provided.