From 80df3090ecc92a4c04890222928f352aaf467b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 2 Jan 2017 15:54:17 -0800 Subject: [ios, macos] Split NSValue+MGLStyleEnumAttributeAdditions category per style layer type Also renamed the file to have a slightly more wieldy name. --- platform/ios/src/Mapbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/src/Mapbox.h') diff --git a/platform/ios/src/Mapbox.h b/platform/ios/src/Mapbox.h index 69c718ddea..f931201dfb 100644 --- a/platform/ios/src/Mapbox.h +++ b/platform/ios/src/Mapbox.h @@ -52,6 +52,6 @@ FOUNDATION_EXPORT const unsigned char MapboxVersionString[]; #import "MGLUserLocation.h" #import "MGLUserLocationAnnotationView.h" #import "NSValue+MGLAdditions.h" -#import "NSValue+MGLStyleEnumAttributeAdditions.h" +#import "NSValue+MGLStyleLayerAdditions.h" #import "MGLStyleValue.h" #import "MGLAttributionInfo.h" -- cgit v1.2.1 From d5d6bcee0f2f11cfccb3cc8ee7bc90c4f0ac74e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Tue, 3 Jan 2017 01:42:15 -0800 Subject: [ios, macos] Keep style attribute NSValue categories near enum declarations Eliminated the separate NSValue+MGLStyleLayerAddition files, moving the categories into their respective style layer headers to be closer to the enumeration declarations. --- platform/ios/src/Mapbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/ios/src/Mapbox.h') diff --git a/platform/ios/src/Mapbox.h b/platform/ios/src/Mapbox.h index f931201dfb..c0d85d4b9a 100644 --- a/platform/ios/src/Mapbox.h +++ b/platform/ios/src/Mapbox.h @@ -52,6 +52,5 @@ FOUNDATION_EXPORT const unsigned char MapboxVersionString[]; #import "MGLUserLocation.h" #import "MGLUserLocationAnnotationView.h" #import "NSValue+MGLAdditions.h" -#import "NSValue+MGLStyleLayerAdditions.h" #import "MGLStyleValue.h" #import "MGLAttributionInfo.h" -- cgit v1.2.1