cutting-room-floor / mapbox-gl-cocoa

OBSOLETE
74 stars 12 forks source link

move to @import #49

Closed incanus closed 10 years ago

incanus commented 10 years ago

We should move from #import <GLKit/GLKit.h> and the like to @import GLKit; in order to take advantage of automatic linking. Not sure if this will carry over to the host app but worth looking into to simplify the install.

incanus commented 10 years ago

Nope; this only works for C and Objective-C projects and our host app is a C++ hybrid.