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 122 forks source link

Request: Allow installation via Swift Package Manager in addition to Cocoapods/Carthage #490

Closed klundberg closed 4 years ago

klundberg commented 4 years ago

Hello! Now that Xcode 12 is out and allows for binary dependencies to be installed and managed with Swift Package Manager, is there a plan to allow developers to integrate the mapbox sdk using SwiftPM? I'd love to be able to do this, since the apps I'm working on only have a few more dependencies managed with cocoapods, and I'd love to be able to centralize on SwiftPM completely soon. Thanks!

KaneCheshire commented 4 years ago

It would be great to see this happen. Is there anything missing from SPM that would stop this being possible now? Anything the community can do to help? My project is 100% SPM now and looking to add MapBox so was a bit sad to see I'll need to revert to something else just for this.

1ec5 commented 4 years ago

Duplicate of #546, which was originally mapbox/mapbox-gl-native#15241 before being transferred to this repository. The comments haven’t all come over to the new repository yet.