-
Notifications
You must be signed in to change notification settings - Fork 93
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
Turf v2.0.0-alpha.2 #517
Turf v2.0.0-alpha.2 #517
Conversation
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.
v2.0.0-alpha.2 has been tagged. We need to upgrade to that tag, which has the correct build flags. We should also update the Cartfile and podspecs for consistency across dependency managers, especially since v2.0.0-alpha.2 has some unrelated type changes that haven’t been released as part of v1.3.0 yet.
Linux builds are failing:
Per mapbox/turf-swift#133 (comment), we’ll need to either exclude tvOS, watchOS, and Linux from this branch of MapboxDirections or conditionally have those platforms depend on a different tag of MapboxDirections. |
Sounds like a reasonable trade-off for the Public Preview, and one that we should reconsider before GA. |
This PR requires Turf
v2.0.0-alpha.1v2.0.0-alpha.2 as a stopgap to unblock mapbox/mapbox-navigation-ios#2629 and mapbox/mapbox-navigation-ios#2794. This PR will be merged to the release-v2.0 branch, which will not be merged into the main branch until we eliminate the need for a binary Turf distribution (mapbox/turf-swift#133) when using SPM./cc @mapbox/navigation-ios @macdrevx