summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-09 18:20:31 -0700
committerJason Wray <jason@mapbox.com>2019-07-09 18:20:31 -0700
commit3ae357d7721b6029dfe0b055fb0e83f34a6e19c7 (patch)
tree65d430e32f7d5f81d127c3e2ca6904b147d6b6c0
parent0f241f1cbe2ae8119f370f2e20c666bf57dbc508 (diff)
downloadqtlocation-mapboxgl-3ae357d7721b6029dfe0b055fb0e83f34a6e19c7.tar.gz
Fix nitpicks
-rw-r--r--platform/ios/sdk-files.json3
-rw-r--r--platform/ios/src/MGLCompassButton.h3
2 files changed, 5 insertions, 1 deletions
diff --git a/platform/ios/sdk-files.json b/platform/ios/sdk-files.json
index fd2debd2e0..5ce2423ba9 100644
--- a/platform/ios/sdk-files.json
+++ b/platform/ios/sdk-files.json
@@ -64,6 +64,7 @@
"platform/darwin/src/MGLDistanceFormatter.m",
"platform/ios/src/MGLMapboxEvents.m",
"platform/darwin/src/MGLSDKMetricsManager.m",
+ "platform/ios/src/MGLCompassButton.mm",
"platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEAPIClient.m",
"platform/ios/src/MGLMapView.mm",
"platform/ios/src/MGLAnnotationImage.m",
@@ -141,6 +142,7 @@
"MGLStyle.h": "platform/darwin/src/MGLStyle.h",
"MGLUserLocationAnnotationView.h": "platform/ios/src/MGLUserLocationAnnotationView.h",
"MGLAnnotation.h": "platform/darwin/src/MGLAnnotation.h",
+ "MGLCompassButton.h": "platform/ios/src/MGLCompassButton.h",
"MGLLight.h": "platform/darwin/src/MGLLight.h",
"MGLPointCollection.h": "platform/darwin/src/MGLPointCollection.h",
"MGLAnnotationView.h": "platform/ios/src/MGLAnnotationView.h",
@@ -195,6 +197,7 @@
"private_headers": {
"MGLFillStyleLayer_Private.h": "platform/darwin/src/MGLFillStyleLayer_Private.h",
"MGLOfflinePack_Private.h": "platform/darwin/src/MGLOfflinePack_Private.h",
+ "MGLCompassButton_Private.h": "platform/ios/src/MGLCompassButton_Private.h",
"MGLSource_Private.h": "platform/darwin/src/MGLSource_Private.h",
"MGLAnnotationView_Private.h": "platform/ios/src/MGLAnnotationView_Private.h",
"MGLValueEvaluator.h": "platform/darwin/src/MGLValueEvaluator.h",
diff --git a/platform/ios/src/MGLCompassButton.h b/platform/ios/src/MGLCompassButton.h
index 081b89e762..9c3d9d1c77 100644
--- a/platform/ios/src/MGLCompassButton.h
+++ b/platform/ios/src/MGLCompassButton.h
@@ -1,12 +1,13 @@
#import <UIKit/UIKit.h>
-#import <Mapbox/MGLTypes.h>
+#import "MGLTypes.h"
NS_ASSUME_NONNULL_BEGIN
/**
A specialized view that displays the current compass heading for its associated map.
*/
+MGL_EXPORT
@interface MGLCompassButton : UIImageView
/**