-
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
[MapKit] Update bindings for Xcode 13.0 beta 1 and beta 2 #12081
[MapKit] Update bindings for Xcode 13.0 beta 1 and beta 2 #12081
Conversation
|
||
!missing-field! MKAnnotationCalloutInfoDidChangeNotification not bound | ||
!missing-protocol-conformance! MKUserLocation should conform to MKAnnotation | ||
!missing-protocol-member! MKOverlay::coordinate not found |
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.
copied iOS-MapKit.ignore file contents - all are relevant to MacCatalyst as well (wrt .todo file and xtro)
|
||
!missing-field! MKAnnotationCalloutInfoDidChangeNotification not bound | ||
!missing-protocol-conformance! MKUserLocation should conform to MKAnnotation | ||
!missing-protocol-member! MKOverlay::coordinate not found |
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.
Why is this one ignored? !missing-protocol-member! MKOverlay::coordinate not found
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.
I'm not sure, but I just copied the contents of the ios ignore file (It fails on xtro otherwise)
@@ -769,12 +769,15 @@ interface MKMapViewDelegate { | |||
[Export ("mapViewDidChangeVisibleRegion:")] | |||
void DidChangeVisibleRegion (MKMapView mapView); | |||
} | |||
|
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.
Small, but i would revert changes like this to keep the blame more neat
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.
thanks TJ! I'm not sure how to do this now, but will be sure to look out for these in the future
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.
Will land it because I don't want to wait for a build, but you can do something like this:
git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 86 tests passed 🎉Pipeline on Agent XAMBOT-1104.BigSur' |
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 86 tests passed 🎉Pipeline on Agent XAMBOT-1101.BigSur' |
@@ -769,12 +769,15 @@ interface MKMapViewDelegate { | |||
[Export ("mapViewDidChangeVisibleRegion:")] | |||
void DidChangeVisibleRegion (MKMapView mapView); | |||
} | |||
|
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.
Will land it because I don't want to wait for a build, but you can do something like this:
git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -
Catalyst-related edits were necessary to make xtro happy