diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:01:07 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:01:07 -0700 |
commit | 3f99f5e712000f6b3b469c566e57ddd05dcff3e8 (patch) | |
tree | 3224981a4dbad62aa01c80a26ed8d045de2098dd /ios/app | |
parent | 6d1c10dc1884712a66e7231cc18ecf1e21414b77 (diff) | |
download | qtlocation-mapboxgl-3f99f5e712000f6b3b469c566e57ddd05dcff3e8.tar.gz |
GL is the library, SDK is the product
Diffstat (limited to 'ios/app')
-rw-r--r-- | ios/app/MBXAppDelegate.m | 2 | ||||
-rw-r--r-- | ios/app/MBXViewController.mm | 2 | ||||
-rw-r--r-- | ios/app/README.md | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/ios/app/MBXAppDelegate.m b/ios/app/MBXAppDelegate.m index b09235a278..bca039739a 100644 --- a/ios/app/MBXAppDelegate.m +++ b/ios/app/MBXAppDelegate.m @@ -1,6 +1,6 @@ #import "MBXAppDelegate.h" #import "MBXViewController.h" -#import <mbgl/ios/MapboxGL.h> +#import <mbgl/ios/Mapbox.h> @implementation MBXAppDelegate diff --git a/ios/app/MBXViewController.mm b/ios/app/MBXViewController.mm index d260f5cabb..f5ec262bf4 100644 --- a/ios/app/MBXViewController.mm +++ b/ios/app/MBXViewController.mm @@ -1,6 +1,6 @@ #import "MBXViewController.h" -#import <mbgl/ios/MapboxGL.h> +#import <mbgl/ios/Mapbox.h> #import <mbgl/platform/darwin/settings_nsuserdefaults.hpp> diff --git a/ios/app/README.md b/ios/app/README.md deleted file mode 100644 index 325670f1ea..0000000000 --- a/ios/app/README.md +++ /dev/null @@ -1,3 +0,0 @@ -This is the app for use in the development of Mapbox GL for iOS. - -If you want to run this app, head up to [`mapbox-gl-native`](https://github.com/mapbox/mapbox-gl-native) and follow the iOS installation instructions there.
\ No newline at end of file |