Skip to content
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

Merged
merged 3 commits into from
Jul 7, 2021

Conversation

rachelkang
Copy link
Contributor

@rachelkang rachelkang commented Jul 6, 2021

Catalyst-related edits were necessary to make xtro happy

@rachelkang rachelkang added the note-highlight Worth calling out specifically in release notes label Jul 6, 2021
@rachelkang rachelkang added this to the xcode13.0 milestone Jul 6, 2021

!missing-field! MKAnnotationCalloutInfoDidChangeNotification not bound
!missing-protocol-conformance! MKUserLocation should conform to MKAnnotation
!missing-protocol-member! MKOverlay::coordinate not found
Copy link
Contributor Author

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
Copy link
Contributor

@tj-devel709 tj-devel709 Jul 6, 2021

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

Copy link
Contributor Author

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);
}

Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Member

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 -

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build] Tests passed on Build. ✅

Tests passed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

GitHub pages

Results 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'
Merge bd2a295 into 3b6f059

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build] Tests passed on Build. ✅

Tests passed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

GitHub pages

Results 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'
Merge 4297889 into f963938

@@ -769,12 +769,15 @@ interface MKMapViewDelegate {
[Export ("mapViewDidChangeVisibleRegion:")]
void DidChangeVisibleRegion (MKMapView mapView);
}

Copy link
Member

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 -

@mandel-macaque mandel-macaque merged commit ac5c157 into xamarin:main Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note-highlight Worth calling out specifically in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants