mapbox / mapbox-gl-native-ios

Interactive, thoroughly customizable maps for iOS powered by vector tiles and OpenGL
https://www.mapbox.com/mobile/
Other
210 stars 121 forks source link

Swift Package Manager #546

Open dmertsalov opened 3 years ago

dmertsalov commented 3 years ago

Hello!

Can you add support for Swift Package Manager? It is quite popular and promoted by Apple dependency manager and would be great if you add it.

Thanks!

1ec5 commented 3 years ago

This issue was originally mapbox/mapbox-gl-native#15241. Somehow GitHub ended up copying the issue instead of moving it. 😕

1ec5 commented 3 years ago

Before we can add a package manifest to this repository, the SDK needs to be rebuilt as an XCFramework, since we distribute it as a binary artifact: mapbox/mapbox-gl-native-ios#171. Alternatively, enabling building from source would also unblock SPM: #133.