From 1fc7a9b82ea0c064c20247f0902b3854fff1942f Mon Sep 17 00:00:00 2001 From: Fabian Guerra Soto Date: Mon, 18 Feb 2019 13:16:20 -0800 Subject: [ios, macos] Expose the url session configuration object. (#13886) The `MGLNetworkConfiguration` class was make public, and added `sessionConfiguration` property to let developers customize the `NSURLSessionConfiguration` object that is used to make HTTP requests in the SDK. --- platform/macos/sdk-files.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/sdk-files.json') diff --git a/platform/macos/sdk-files.json b/platform/macos/sdk-files.json index f7d2fd3426..3c728ad37d 100644 --- a/platform/macos/sdk-files.json +++ b/platform/macos/sdk-files.json @@ -109,6 +109,7 @@ "MGLFillStyleLayer.h": "platform/darwin/src/MGLFillStyleLayer.h", "MGLCoordinateFormatter.h": "platform/darwin/src/MGLCoordinateFormatter.h", "MGLShapeOfflineRegion.h": "platform/darwin/src/MGLShapeOfflineRegion.h", + "MGLNetworkConfiguration.h": "platform/darwin/src/MGLNetworkConfiguration.h", "MGLOverlay.h": "platform/darwin/src/MGLOverlay.h", "MGLPolyline.h": "platform/darwin/src/MGLPolyline.h", "MGLLineStyleLayer.h": "platform/darwin/src/MGLLineStyleLayer.h", @@ -170,7 +171,6 @@ "NSExpression+MGLPrivateAdditions.h": "platform/darwin/src/NSExpression+MGLPrivateAdditions.h", "NSCompoundPredicate+MGLAdditions.h": "platform/darwin/src/NSCompoundPredicate+MGLAdditions.h", "MGLSymbolStyleLayer_Private.h": "platform/darwin/src/MGLSymbolStyleLayer_Private.h", - "MGLNetworkConfiguration.h": "platform/darwin/src/MGLNetworkConfiguration.h", "NSProcessInfo+MGLAdditions.h": "platform/darwin/src/NSProcessInfo+MGLAdditions.h", "MGLRendererFrontend.h": "platform/darwin/src/MGLRendererFrontend.h", "NSValue+MGLStyleAttributeAdditions.h": "platform/darwin/src/NSValue+MGLStyleAttributeAdditions.h", -- cgit v1.2.1