This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
re-enable CocoaPods support #829
Comments
Framework support has been moved to #828. We’re just looking at distributing a static library via CocoaPods for this ticket. |
Yep, we'll eventually distribute both, I think? Not sure offhand how CocoaPods 0.36.0 (which just went stable) handles this. |
I’d prefer to eventually move towards only distributing a framework, because that makes asset distribution easier, and because niceties like inspectables and designables are only possible with frameworks. |
But then don't we drop iOS 7? |
Yeah, I meant eventually as in someday, when we’re comfortable with dropping iOS 7. |
Cool, agree 👍
|
1ec5
added a commit
that referenced
this issue
Mar 19, 2015
This podspec was originally lifted from mapbox/mapbox-ios-sdk, which was structured and built quite differently. We could have the podspec build this repo as is, using scripts/package_ios.sh, but that would require developers to install the same version of Xcode as Travis is using (see #977). So this podspec instead pulls a prebuilt library. Much simpler. Also package a LICENSE with the archive to satisfy a CocoaPods warning. Fixes #829.
This pod depends on a prebuilt binary due to #977 (comment). See “Releasing Mapbox GL for iOS” for release instructions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Carryover from #824. We should install
MapboxGL.framework
when CocoaPods 0.36.0 lands. Depends on #828.The text was updated successfully, but these errors were encountered: