summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXOrnamentsViewController.m
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-08-09 19:11:38 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-17 12:28:55 +0300
commit1304502f8182573176352bcab167d08963ba4c67 (patch)
treeb843f1369a8372244459cb8925823c6f264427f1 /platform/ios/app/MBXOrnamentsViewController.m
parentc507cc4c8a24616ebd71d8d28aa3017f2850cd52 (diff)
downloadqtlocation-mapboxgl-1304502f8182573176352bcab167d08963ba4c67.tar.gz
[build] Fix iOS nits
- Hardcoded the bundle identifier on Info.plist, CMake is not picking it up. - Do not use installed headers when building the framework.
Diffstat (limited to 'platform/ios/app/MBXOrnamentsViewController.m')
-rw-r--r--platform/ios/app/MBXOrnamentsViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/app/MBXOrnamentsViewController.m b/platform/ios/app/MBXOrnamentsViewController.m
index 861d5d7678..09ae787503 100644
--- a/platform/ios/app/MBXOrnamentsViewController.m
+++ b/platform/ios/app/MBXOrnamentsViewController.m
@@ -1,6 +1,6 @@
#import "MBXOrnamentsViewController.h"
-@import Mapbox;
+#import <Mapbox/Mapbox.h>
@interface MBXOrnamentsViewController ()<MGLMapViewDelegate>