What are the differences between the MapLibre iOS SDK and the Mapbox iOS SDK? #101
Unanswered
PeterKaminski09
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, It is possible, CocoaPods support XCFramework distribution and MapLibre can be distributed with Cocoapods. Change You can also remove MapboxMobileEvents dependency, because it is not used in MapLibre. You can test it first with private Spec repository. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
I'm not too savvy on Swift Package Manager or CocoaPods, but I was wondering if someone could shed light on the difference between installing the Mapbox dependency via SPM from
https://github.com/maplibre/maplibre-gl-native-distribution
as opposed to installing v5.9 straight from the Mapbox CocoaPods repoFrom what I can tell, the MapLibre library has the same Podspec file that is also pointing to the same underlying source (https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-5.9.0-dynamic.zip)
A few general questions:
Thanks in advance for the help!
Beta Was this translation helpful? Give feedback.
All reactions