You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Is it possible to easily™ include mapbox-gl in an existing OS X application.
I could build the sample app and re-use its Xcode project but that really is unwieldy.
I am using Swift and Storyboards which might pose another problem?
An SDK like the one for iOS would be nice (cocoapods or carthage would be even better) but I understand that this is not the focus right now.
Can I just link the build-products of the osx Xcode project statically and be done with it?
Kind of like with the prebuilt binaries for iOS.
Any hints or pointers?
Any help is greatly appreciated.
Is it possible to easily™ include mapbox-gl in an existing OS X application.
I could build the sample app and re-use its Xcode project but that really is unwieldy.
I am using Swift and Storyboards which might pose another problem?
An SDK like the one for iOS would be nice (cocoapods or carthage would be even better) but I understand that this is not the focus right now.
Can I just link the build-products of the osx Xcode project statically and be done with it?
Kind of like with the prebuilt binaries for iOS.
Any hints or pointers?
Any help is greatly appreciated.