Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

create Cocoa umbrella header #1053

Closed
incanus opened this issue Mar 22, 2015 · 0 comments
Closed

create Cocoa umbrella header #1053

incanus opened this issue Mar 22, 2015 · 0 comments
Labels
iOS Mapbox Maps SDK for iOS
Milestone

Comments

@incanus
Copy link
Contributor

incanus commented Mar 22, 2015

This isn't critical for b1, but should be a trivial lift. We should have a combined header much like MapKit now that we have not just MGLMapView.h but also MGLAnnotation.h for the annotation protocol (plus more in future). We should just include everything the developer needs in an MapboxGL.h.

Static library users will:

#import "MapboxGL.h"

Dynamic framework (#828) and CocoaPods users will:

#import <MapboxGL/MapboxGL.h>

Or:

import MapboxGL
@incanus incanus added the iOS Mapbox Maps SDK for iOS label Mar 22, 2015
@incanus incanus added this to the iOS Beta 1 milestone Mar 22, 2015
@1ec5 1ec5 changed the title create combined Cocoa header create Cocoa umbrella header Mar 22, 2015
incanus added a commit that referenced this issue Mar 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

1 participant