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

MapboxMobileEvents version requirement is too strict #164

Closed
1ec5 opened this issue Mar 5, 2021 · 0 comments
Closed

MapboxMobileEvents version requirement is too strict #164

1ec5 opened this issue Mar 5, 2021 · 0 comments

Comments

@1ec5
Copy link
Contributor

1ec5 commented Mar 5, 2021

When using SPM or CocoaPods, MapboxMaps requires exactly v0.10.8 of MapboxMobileEvents. It should be more flexible, allowing for any patch version of MapboxMobileEvents from v0.10.8 (or thereabouts) up to but not including v0.11.0.

m.dependency 'MapboxMobileEvents', '0.10.8'
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("0.10.8")),

For reference, when using Carthage, MapboxMaps is compatible with MapboxMobileEvents from v0.10.0 up to but not including v0.11.0:

github "mapbox/mapbox-events-ios" ~> 0.10

MapboxCoreNavigation, MapboxSearch, and MapboxVision similarly use the “tadpole operator” for their MapboxMobileEvents dependencies.

/ref #118
/cc @neelmistry94 @macdrevx

@knov knov closed this as completed Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants