From 9b3986d56693185111e6f060276514e4031337cc Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Wed, 13 Mar 2019 17:46:13 -0700 Subject: [ios, macos] Update public headers. --- platform/ios/sdk-files.json | 2 ++ platform/macos/sdk-files.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/platform/ios/sdk-files.json b/platform/ios/sdk-files.json index f5a6eccc27..7dbfee1a2d 100644 --- a/platform/ios/sdk-files.json +++ b/platform/ios/sdk-files.json @@ -89,6 +89,7 @@ "platform/darwin/src/MGLStyle.mm", "platform/darwin/src/NSCoder+MGLAdditions.mm", "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/NSData+MMEGZIP.m", + "platform/darwin/src/MGLAttributedExpression.m", "platform/darwin/src/MGLGeometry.mm", "platform/darwin/src/MGLFoundation.mm", "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMECommonEventData.m", @@ -187,6 +188,7 @@ "MGLHeatmapStyleLayer.h": "platform/darwin/src/MGLHeatmapStyleLayer.h", "MGLCircleStyleLayer.h": "platform/darwin/src/MGLCircleStyleLayer.h", "MGLMultiPoint.h": "platform/darwin/src/MGLMultiPoint.h", + "MGLAttributedExpression.h": "platform/darwin/src/MGLAttributedExpression.h", "MGLFeature.h": "platform/darwin/src/MGLFeature.h", "MGLMapCamera.h": "platform/darwin/src/MGLMapCamera.h", "MGLForegroundStyleLayer.h": "platform/darwin/src/MGLForegroundStyleLayer.h", diff --git a/platform/macos/sdk-files.json b/platform/macos/sdk-files.json index 3c728ad37d..25987a5a0e 100644 --- a/platform/macos/sdk-files.json +++ b/platform/macos/sdk-files.json @@ -47,6 +47,7 @@ "platform/darwin/src/MGLSource.mm", "platform/darwin/src/MGLMapCamera.mm", "platform/darwin/src/MGLVectorStyleLayer.m", + "platform/darwin/src/MGLAttributedExpression.m", "platform/darwin/src/NSValue+MGLStyleAttributeAdditions.mm", "platform/darwin/src/MGLPolygon.mm", "platform/darwin/src/MGLDistanceFormatter.m", @@ -80,6 +81,7 @@ "MGLComputedShapeSource.h": "platform/darwin/src/MGLComputedShapeSource.h", "MGLRasterStyleLayer.h": "platform/darwin/src/MGLRasterStyleLayer.h", "NSExpression+MGLAdditions.h": "platform/darwin/src/NSExpression+MGLAdditions.h", + "MGLAttributedExpression.h": "platform/darwin/src/MGLAttributedExpression.h", "MGLAnnotation.h": "platform/darwin/src/MGLAnnotation.h", "MGLHillshadeStyleLayer.h": "platform/darwin/src/MGLHillshadeStyleLayer.h", "MGLMapSnapshotter.h": "platform/darwin/src/MGLMapSnapshotter.h", -- cgit v1.2.1