summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-02-07 17:52:51 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-02-07 20:12:44 +0200
commit47f2b20435cc524e2e300ad4881e198079c536bf (patch)
treea4236cad25ffca9936fa0c832dcc5003d79fabad /platform
parentf7fef70e9ddb9f52b071703d3ff0683b921606ac (diff)
downloadqtlocation-mapboxgl-47f2b20435cc524e2e300ad4881e198079c536bf.tar.gz
[build] Remove unused files
Buck build is no longer needed, neither is the previous CMake buildsystem.
Diffstat (limited to 'platform')
-rw-r--r--platform/darwin/filesource-files.json11
-rw-r--r--platform/darwin/loop-files.json10
-rw-r--r--platform/default/filesource-files.json35
-rw-r--r--platform/ios/config.cmake53
-rw-r--r--platform/ios/core-files.json38
-rw-r--r--platform/ios/sdk-files.json318
-rw-r--r--platform/ios/toolchain.cmake129
-rw-r--r--platform/linux/config.cmake188
-rw-r--r--platform/linux/filesource-files.json9
-rw-r--r--platform/macos/config.cmake132
-rw-r--r--platform/macos/core-files.json37
-rw-r--r--platform/macos/sdk-files.json217
12 files changed, 0 insertions, 1177 deletions
diff --git a/platform/darwin/filesource-files.json b/platform/darwin/filesource-files.json
deleted file mode 100644
index 4b2fe21c06..0000000000
--- a/platform/darwin/filesource-files.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "//": "This file can be edited manually and is the canonical source.",
- "sources": [
- "platform/darwin/src/MGLLoggingConfiguration.mm",
- "platform/darwin/src/MGLNetworkConfiguration.m",
- "platform/darwin/src/http_file_source.mm",
- "platform/default/src/mbgl/storage/sqlite3.cpp"
- ],
- "public_headers": {},
- "private_headers": {}
-}
diff --git a/platform/darwin/loop-files.json b/platform/darwin/loop-files.json
deleted file mode 100644
index 9f99f39766..0000000000
--- a/platform/darwin/loop-files.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "//": "This file can be edited manually and is the canonical source.",
- "sources": [
- "platform/darwin/src/async_task.cpp",
- "platform/darwin/src/run_loop.cpp",
- "platform/darwin/src/timer.cpp"
- ],
- "public_headers": {},
- "private_headers": {}
-}
diff --git a/platform/default/filesource-files.json b/platform/default/filesource-files.json
deleted file mode 100644
index 72e76670b8..0000000000
--- a/platform/default/filesource-files.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "//": "This file can be edited manually and is the canonical source.",
- "sources": [
- "platform/default/src/mbgl/storage/asset_file_source.cpp",
- "platform/default/src/mbgl/storage/database_file_source.cpp",
- "platform/default/src/mbgl/storage/file_source_manager.cpp",
- "platform/default/src/mbgl/storage/file_source_request.cpp",
- "platform/default/src/mbgl/storage/local_file_request.cpp",
- "platform/default/src/mbgl/storage/local_file_source.cpp",
- "platform/default/src/mbgl/storage/main_resource_loader.cpp",
- "platform/default/src/mbgl/storage/offline.cpp",
- "platform/default/src/mbgl/storage/offline_database.cpp",
- "platform/default/src/mbgl/storage/offline_download.cpp",
- "platform/default/src/mbgl/storage/online_file_source.cpp"
- ],
- "public_headers": {
- "mbgl/storage/offline_file_source.hpp": "include/mbgl/storage/database_file_source.hpp",
- "mbgl/storage/offline.hpp": "include/mbgl/storage/offline.hpp",
- "mbgl/storage/online_file_source.hpp": "include/mbgl/storage/online_file_source.hpp",
- "mbgl/storage/file_source_manager.hpp": "include/mbgl/storage/file_source_manager.hpp",
- "mbgl/storage/file_source_request.hpp": "platform/default/include/mbgl/storage/file_source_request.hpp",
- "mbgl/storage/local_file_request.hpp": "platform/default/include/mbgl/storage/local_file_request.hpp",
- "mbgl/storage/merge_sideloaded.hpp": "platform/default/include/mbgl/storage/merge_sideloaded.hpp",
- "mbgl/storage/offline_database.hpp": "platform/default/include/mbgl/storage/offline_database.hpp",
- "mbgl/storage/offline_download.hpp": "platform/default/include/mbgl/storage/offline_download.hpp",
- "mbgl/storage/offline_schema.hpp": "platform/default/include/mbgl/storage/offline_schema.hpp",
- "mbgl/storage/sqlite3.hpp": "platform/default/include/mbgl/storage/sqlite3.hpp"
- },
- "private_headers": {
- "mbgl/storage/main_resource_loader.hpp": "src/mbgl/storage/main_resource_loader.hpp",
- "mbgl/storage/asset_file_source.hpp": "src/mbgl/storage/asset_file_source.hpp",
- "mbgl/storage/http_file_source.hpp": "src/mbgl/storage/http_file_source.hpp",
- "mbgl/storage/local_file_source.hpp": "src/mbgl/storage/local_file_source.hpp"
- }
-}
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
deleted file mode 100644
index 7f15355876..0000000000
--- a/platform/ios/config.cmake
+++ /dev/null
@@ -1,53 +0,0 @@
-set(USE_GLES2 ON)
-
-macro(initialize_ios_target target)
- set_xcode_property(${target} IPHONEOS_DEPLOYMENT_TARGET "9.0")
- set_xcode_property(${target} ENABLE_BITCODE "YES")
- set_xcode_property(${target} BITCODE_GENERATION_MODE bitcode)
- set_xcode_property(${target} ONLY_ACTIVE_ARCH $<$<CONFIG:Debug>:YES>)
-
- target_compile_options(${target}
- PRIVATE -fobjc-arc
- )
-endmacro()
-
-
-include(cmake/loop-darwin.cmake)
-initialize_ios_target(mbgl-vendor-icu)
-initialize_ios_target(mbgl-loop-darwin)
-
-
-macro(mbgl_platform_core)
- initialize_ios_target(mbgl-core)
-
- target_sources_from_file(mbgl-core PRIVATE platform/ios/core-files.json)
-
- target_include_directories(mbgl-core
- PUBLIC platform/darwin/include
- PUBLIC platform/default/include
- )
-
- target_link_libraries(mbgl-core
- PUBLIC "-lz"
- PUBLIC "-framework Foundation"
- PUBLIC "-framework CoreText"
- PUBLIC "-framework CoreGraphics"
- PUBLIC "-framework OpenGLES"
- PUBLIC "-framework ImageIO"
- PUBLIC "-framework MobileCoreServices"
- PUBLIC "-framework SystemConfiguration"
- )
-endmacro()
-
-
-macro(mbgl_filesource)
- initialize_ios_target(mbgl-filesource)
-
- # Modify platform/darwin/filesource-files.json to change the source files for this target.
- target_sources_from_file(mbgl-filesource PRIVATE platform/darwin/filesource-files.json)
-
- target_link_libraries(mbgl-filesource
- PUBLIC "-lsqlite3"
- PUBLIC "-framework Foundation"
- )
-endmacro()
diff --git a/platform/ios/core-files.json b/platform/ios/core-files.json
deleted file mode 100644
index 44b3cf76aa..0000000000
--- a/platform/ios/core-files.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "//": "This file can be edited manually and is the canonical source.",
- "sources": [
- "platform/darwin/src/collator.mm",
- "platform/darwin/src/gl_functions.cpp",
- "platform/darwin/src/headless_backend_eagl.mm",
- "platform/darwin/src/image.mm",
- "platform/darwin/src/local_glyph_rasterizer.mm",
- "platform/darwin/src/logging_nslog.mm",
- "platform/darwin/src/number_format.mm",
- "platform/darwin/src/nsthread.mm",
- "platform/darwin/src/reachability.m",
- "platform/darwin/src/string_nsstring.mm",
- "platform/default/src/mbgl/gfx/headless_backend.cpp",
- "platform/default/src/mbgl/gfx/headless_frontend.cpp",
- "platform/default/src/mbgl/gl/headless_backend.cpp",
- "platform/default/src/mbgl/map/map_snapshotter.cpp",
- "platform/default/src/mbgl/text/bidi.cpp",
- "platform/default/src/mbgl/util/compression.cpp",
- "platform/default/src/mbgl/util/monotonic_timer.cpp",
- "platform/default/src/mbgl/util/png_writer.cpp",
- "platform/default/src/mbgl/util/thread_local.cpp",
- "platform/default/src/mbgl/util/utf.cpp",
- "platform/darwin/src/native_apple_interface.m"
- ],
- "public_headers": {
- "mbgl/storage/reachability.h": "platform/darwin/include/mbgl/storage/reachability.h",
- "mbgl/interface/native_apple_interface.h": "platform/darwin/include/mbgl/interface/native_apple_interface.h",
- "mbgl/util/image+MGLAdditions.hpp": "platform/darwin/include/mbgl/util/image+MGLAdditions.hpp",
- "mbgl/gfx/headless_backend.hpp": "platform/default/include/mbgl/gfx/headless_backend.hpp",
- "mbgl/gfx/headless_frontend.hpp": "platform/default/include/mbgl/gfx/headless_frontend.hpp",
- "mbgl/gl/headless_backend.hpp": "platform/default/include/mbgl/gl/headless_backend.hpp",
- "mbgl/map/map_snapshotter.hpp": "platform/default/include/mbgl/map/map_snapshotter.hpp"
- },
- "private_headers": {
- "CFHandle.hpp": "platform/darwin/src/CFHandle.hpp"
- }
-}
diff --git a/platform/ios/sdk-files.json b/platform/ios/sdk-files.json
deleted file mode 100644
index 47dacb7cce..0000000000
--- a/platform/ios/sdk-files.json
+++ /dev/null
@@ -1,318 +0,0 @@
-{
- "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js",
- "sources": [
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDate.m",
- "platform/darwin/src/MGLBackgroundStyleLayer.mm",
- "platform/darwin/src/NSComparisonPredicate+MGLAdditions.mm",
- "platform/darwin/src/NSURL+MGLAdditions.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEvent.m",
- "platform/ios/src/MGLSDKUpdateChecker.mm",
- "platform/ios/src/MGLUserLocationAnnotationView.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventsConfiguration.m",
- "platform/ios/src/MGLFaux3DUserLocationAnnotationView.m",
- "platform/darwin/src/MGLFeature.mm",
- "platform/ios/src/UIImage+MGLAdditions.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEMetricsManager.m",
- "platform/ios/src/MGLMapView+Impl.mm",
- "platform/ios/src/MGLAnnotationContainerView.m",
- "platform/ios/src/MGLCompactCalloutView.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDependencyManager.m",
- "platform/darwin/src/MGLPointAnnotation.mm",
- "platform/ios/src/MGLMapView+OpenGL.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEConstants.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEPinningConfigurationProvider.m",
- "platform/ios/src/MGLAnnotationView.mm",
- "platform/darwin/src/MGLCircleStyleLayer.mm",
- "platform/ios/src/UIViewController+MGLAdditions.m",
- "platform/darwin/src/NSValue+MGLStyleAttributeAdditions.mm",
- "platform/darwin/src/MGLVectorStyleLayer.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEUniqueIdentifier.m",
- "platform/darwin/src/MGLShapeSource.mm",
- "platform/ios/src/UIDevice+MGLAdditions.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMECertPin.m",
- "platform/darwin/src/NSArray+MGLAdditions.mm",
- "platform/ios/src/UIView+MGLAdditions.m",
- "platform/ios/src/NSOrthography+MGLAdditions.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDispatchManager.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMETimerManager.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/CLLocation+MMEMobileEvents.m",
- "platform/darwin/src/MGLRasterStyleLayer.mm",
- "platform/darwin/src/MGLForegroundStyleLayer.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventLogReportViewController.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEConfigurator.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/NSData+MMEGZIP.m",
- "platform/darwin/src/MGLAttributionInfo.mm",
- "platform/darwin/src/NSBundle+MGLAdditions.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEUINavigation.m",
- "platform/ios/src/MGLUserLocationHeadingArrowLayer.m",
- "platform/ios/src/MGLUserLocation.m",
- "platform/darwin/src/MGLMapSnapshotter.mm",
- "platform/darwin/src/MGLVectorTileSource.mm",
- "platform/darwin/src/MGLRasterTileSource.mm",
- "platform/ios/vendor/SMCalloutView/SMCalloutView.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/MMECategoryLoader.m",
- "platform/darwin/src/MGLSource.mm",
- "platform/darwin/src/MGLLight.mm",
- "platform/darwin/src/MGLClockDirectionFormatter.m",
- "platform/darwin/src/MGLShapeCollection.mm",
- "platform/darwin/src/MGLHillshadeStyleLayer.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/UIKit+MMEMobileEvents.m",
- "platform/darwin/src/MGLSymbolStyleLayer.mm",
- "platform/darwin/src/MGLLoggingConfiguration.mm",
- "platform/darwin/src/MGLStyleValue.mm",
- "platform/darwin/src/MGLNetworkIntegrationManager.m",
- "platform/darwin/src/MGLOfflinePack.mm",
- "platform/darwin/src/MGLComputedShapeSource.mm",
- "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",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMELocationManager.m",
- "platform/darwin/src/MGLShape.mm",
- "platform/darwin/src/MGLCompassDirectionFormatter.m",
- "platform/darwin/src/MGLNetworkConfiguration.m",
- "platform/darwin/src/MGLStyleLayer.mm",
- "platform/darwin/src/MGLStyleLayerManager.mm",
- "platform/darwin/src/NSValue+MGLAdditions.m",
- "platform/darwin/src/MGLImageSource.mm",
- "platform/darwin/src/NSString+MGLAdditions.m",
- "platform/darwin/src/NSDictionary+MGLAdditions.mm",
- "platform/darwin/src/MGLCoordinateFormatter.m",
- "platform/darwin/src/MGLShapeOfflineRegion.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEMetrics.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEUIApplicationWrapper.m",
- "platform/darwin/src/MGLStyle.mm",
- "platform/darwin/src/NSCoder+MGLAdditions.mm",
- "platform/darwin/src/MGLAttributedExpression.m",
- "platform/darwin/src/MGLGeometry.mm",
- "platform/darwin/src/MGLFoundation.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMECommonEventData.m",
- "platform/darwin/src/NSExpression+MGLAdditions.mm",
- "platform/darwin/src/MGLMultiPoint.mm",
- "platform/darwin/src/MGLTypes.m",
- "platform/darwin/src/MGLFillExtrusionStyleLayer.mm",
- "platform/darwin/src/MGLTileSource.mm",
- "platform/ios/src/MGLScaleBar.mm",
- "platform/darwin/src/MGLMapCamera.mm",
- "platform/darwin/src/MGLRasterDEMSource.mm",
- "platform/darwin/src/MGLPolygon.mm",
- "platform/darwin/src/NSPredicate+MGLAdditions.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Reachability/MMEReachability.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMENSURLSessionWrapper.m",
- "platform/ios/src/MGLUserLocationHeadingBeamLayer.m",
- "platform/darwin/src/MGLHeatmapStyleLayer.mm",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventLogger.m",
- "platform/darwin/src/NSDate+MGLAdditions.mm",
- "platform/darwin/src/MGLLocationManager.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/CLLocationManager+MMEMobileEvents.m",
- "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventsManager.m",
- "platform/darwin/src/MGLFillStyleLayer.mm",
- "platform/darwin/src/MGLOfflineStorage.mm",
- "platform/darwin/src/MGLTilePyramidOfflineRegion.mm",
- "platform/darwin/src/MGLPointCollection.mm",
- "platform/darwin/src/MGLLineStyleLayer.mm",
- "platform/ios/src/MGLMapAccessibilityElement.mm",
- "platform/darwin/src/MGLOpenGLStyleLayer.mm",
- "platform/darwin/src/MGLAccountManager.m",
- "platform/darwin/src/NSCompoundPredicate+MGLAdditions.mm",
- "platform/ios/src/MGLTelemetryConfig.m",
- "platform/darwin/src/MGLPolyline.mm",
- "platform/ios/src/UIColor+MGLAdditions.mm",
- "platform/darwin/src/MGLRendererConfiguration.mm"
- ],
- "public_headers": {
- "MGLFoundation.h": "platform/darwin/src/MGLFoundation.h",
- "MGLShapeOfflineRegion.h": "platform/darwin/src/MGLShapeOfflineRegion.h",
- "MGLFillStyleLayer.h": "platform/darwin/src/MGLFillStyleLayer.h",
- "MGLAnnotationImage.h": "platform/ios/src/MGLAnnotationImage.h",
- "MGLHillshadeStyleLayer.h": "platform/darwin/src/MGLHillshadeStyleLayer.h",
- "MGLCluster.h": "platform/darwin/src/MGLCluster.h",
- "MGLClockDirectionFormatter.h": "platform/darwin/src/MGLClockDirectionFormatter.h",
- "MGLSymbolStyleLayer.h": "platform/darwin/src/MGLSymbolStyleLayer.h",
- "MGLAttributionInfo.h": "platform/darwin/src/MGLAttributionInfo.h",
- "MGLPolyline.h": "platform/darwin/src/MGLPolyline.h",
- "MGLStyleLayer.h": "platform/darwin/src/MGLStyleLayer.h",
- "MGLCameraChangeReason.h": "platform/ios/src/MGLCameraChangeReason.h",
- "MGLCalloutView.h": "platform/ios/src/MGLCalloutView.h",
- "NSExpression+MGLAdditions.h": "platform/darwin/src/NSExpression+MGLAdditions.h",
- "MGLShape.h": "platform/darwin/src/MGLShape.h",
- "MGLBackgroundStyleLayer.h": "platform/darwin/src/MGLBackgroundStyleLayer.h",
- "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",
- "MGLFillExtrusionStyleLayer.h": "platform/darwin/src/MGLFillExtrusionStyleLayer.h",
- "MGLRasterStyleLayer.h": "platform/darwin/src/MGLRasterStyleLayer.h",
- "MGLAccountManager.h": "platform/darwin/src/MGLAccountManager.h",
- "NSValue+MGLAdditions.h": "platform/darwin/src/NSValue+MGLAdditions.h",
- "MGLVectorStyleLayer.h": "platform/darwin/src/MGLVectorStyleLayer.h",
- "MGLNetworkConfiguration.h": "platform/darwin/src/MGLNetworkConfiguration.h",
- "MGLComputedShapeSource.h": "platform/darwin/src/MGLComputedShapeSource.h",
- "MGLSDKMetricsManager.h": "platform/darwin/src/MGLSDKMetricsManager.h",
- "MGLLoggingConfiguration.h": "platform/darwin/src/MGLLoggingConfiguration.h",
- "MGLLocationManager.h": "platform/darwin/src/MGLLocationManager.h",
- "MGLRasterDEMSource.h": "platform/darwin/src/MGLRasterDEMSource.h",
- "MGLLineStyleLayer.h": "platform/darwin/src/MGLLineStyleLayer.h",
- "MGLImageSource.h": "platform/darwin/src/MGLImageSource.h",
- "MGLOfflinePack.h": "platform/darwin/src/MGLOfflinePack.h",
- "MGLUserLocation.h": "platform/ios/src/MGLUserLocation.h",
- "MGLMapView+IBAdditions.h": "platform/ios/src/MGLMapView+IBAdditions.h",
- "MGLShapeCollection.h": "platform/darwin/src/MGLShapeCollection.h",
- "MGLShapeSource.h": "platform/darwin/src/MGLShapeSource.h",
- "NSPredicate+MGLAdditions.h": "platform/darwin/src/NSPredicate+MGLAdditions.h",
- "MGLMapSnapshotter.h": "platform/darwin/src/MGLMapSnapshotter.h",
- "MGLCoordinateFormatter.h": "platform/darwin/src/MGLCoordinateFormatter.h",
- "MGLStyleValue.h": "platform/darwin/src/MGLStyleValue.h",
- "MGLOverlay.h": "platform/darwin/src/MGLOverlay.h",
- "MGLCompassDirectionFormatter.h": "platform/darwin/src/MGLCompassDirectionFormatter.h",
- "MGLTypes.h": "platform/darwin/src/MGLTypes.h",
- "MGLGeometry.h": "platform/darwin/src/MGLGeometry.h",
- "MGLSource.h": "platform/darwin/src/MGLSource.h",
- "MGLRasterTileSource.h": "platform/darwin/src/MGLRasterTileSource.h",
- "MGLPolygon.h": "platform/darwin/src/MGLPolygon.h",
- "MGLPointAnnotation.h": "platform/darwin/src/MGLPointAnnotation.h",
- "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",
- "MGLOfflineRegion.h": "platform/darwin/src/MGLOfflineRegion.h",
- "MGLMapViewDelegate.h": "platform/ios/src/MGLMapViewDelegate.h",
- "MGLDistanceFormatter.h": "platform/darwin/src/MGLDistanceFormatter.h",
- "MGLOpenGLStyleLayer.h": "platform/darwin/src/MGLOpenGLStyleLayer.h",
- "MGLTileSource.h": "platform/darwin/src/MGLTileSource.h",
- "MGLTilePyramidOfflineRegion.h": "platform/darwin/src/MGLTilePyramidOfflineRegion.h",
- "MGLVectorTileSource.h": "platform/darwin/src/MGLVectorTileSource.h",
- "MGLOfflineStorage.h": "platform/darwin/src/MGLOfflineStorage.h",
- "MGLMapView.h": "platform/ios/src/MGLMapView.h",
- "Mapbox/Mapbox.h": "platform/ios/src/Mapbox.h"
- },
- "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",
- "NSBundle+MGLAdditions.h": "platform/darwin/src/NSBundle+MGLAdditions.h",
- "MGLBackgroundStyleLayer_Private.h": "platform/darwin/src/MGLBackgroundStyleLayer_Private.h",
- "MGLHillshadeStyleLayer_Private.h": "platform/darwin/src/MGLHillshadeStyleLayer_Private.h",
- "NSCoder+MGLAdditions.h": "platform/darwin/src/NSCoder+MGLAdditions.h",
- "MGLComputedShapeSource_Private.h": "platform/darwin/src/MGLComputedShapeSource_Private.h",
- "MGLPolyline_Private.h": "platform/darwin/src/MGLPolyline_Private.h",
- "MGLShapeSource_Private.h": "platform/darwin/src/MGLShapeSource_Private.h",
- "NSData+MMEGZIP.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/NSData+MMEGZIP.h",
- "NSValue+MGLStyleAttributeAdditions.h": "platform/darwin/src/NSValue+MGLStyleAttributeAdditions.h",
- "MGLLineStyleLayer_Private.h": "platform/darwin/src/MGLLineStyleLayer_Private.h",
- "MGLRasterStyleLayer_Private.h": "platform/darwin/src/MGLRasterStyleLayer_Private.h",
- "MGLOfflineStorage_Private.h": "platform/darwin/src/MGLOfflineStorage_Private.h",
- "MGLAnnotationContainerView_Private.h": "platform/ios/src/MGLAnnotationContainerView_Private.h",
- "MGLStyle_Private.h": "platform/darwin/src/MGLStyle_Private.h",
- "MMECategoryLoader.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/MMECategoryLoader.h",
- "MGLHeatmapStyleLayer_Private.h": "platform/darwin/src/MGLHeatmapStyleLayer_Private.h",
- "NSPredicate+MGLPrivateAdditions.h": "platform/darwin/src/NSPredicate+MGLPrivateAdditions.h",
- "MGLSDKMetricsManager_Private.h": "platform/darwin/src/MGLSDKMetricsManager_Private.h",
- "MGLNetworkConfiguration_Private.h": "platform/darwin/src/MGLNetworkConfiguration_Private.h",
- "NSDate+MGLAdditions.h": "platform/darwin/src/NSDate+MGLAdditions.h",
- "MGLCompactCalloutView.h": "platform/ios/src/MGLCompactCalloutView.h",
- "MGLStyleLayerManager.h": "platform/darwin/src/MGLStyleLayerManager.h",
- "MGLUserLocation_Private.h": "platform/ios/src/MGLUserLocation_Private.h",
- "MGLUserLocationHeadingArrowLayer.h": "platform/ios/src/MGLUserLocationHeadingArrowLayer.h",
- "MGLAccountManager_Private.h": "platform/darwin/src/MGLAccountManager_Private.h",
- "UIViewController+MGLAdditions.h": "platform/ios/src/UIViewController+MGLAdditions.h",
- "MGLVectorTileSource_Private.h": "platform/darwin/src/MGLVectorTileSource_Private.h",
- "MGLCircleStyleLayer_Private.h": "platform/darwin/src/MGLCircleStyleLayer_Private.h",
- "NSArray+MGLAdditions.h": "platform/darwin/src/NSArray+MGLAdditions.h",
- "MGLShape_Private.h": "platform/darwin/src/MGLShape_Private.h",
- "MGLPolygon_Private.h": "platform/darwin/src/MGLPolygon_Private.h",
- "MGLStyleLayer_Private.h": "platform/darwin/src/MGLStyleLayer_Private.h",
- "UIView+MGLAdditions.h": "platform/ios/src/UIView+MGLAdditions.h",
- "MGLLocationManager_Private.h": "platform/darwin/src/MGLLocationManager_Private.h",
- "MGLMapView+OpenGL.h": "platform/ios/src/MGLMapView+OpenGL.h",
- "MGLLoggingConfiguration_Private.h": "platform/darwin/src/MGLLoggingConfiguration_Private.h",
- "NSComparisonPredicate+MGLAdditions.h": "platform/darwin/src/NSComparisonPredicate+MGLAdditions.h",
- "MGLMapAccessibilityElement.h": "platform/ios/src/MGLMapAccessibilityElement.h",
- "MGLScaleBar.h": "platform/ios/src/MGLScaleBar.h",
- "MMEDate.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDate.h",
- "NSString+MGLAdditions.h": "platform/darwin/src/NSString+MGLAdditions.h",
- "UIDevice+MGLAdditions.h": "platform/ios/src/UIDevice+MGLAdditions.h",
- "MGLMapSnapshotter_Private.h": "platform/darwin/src/MGLMapSnapshotter_Private.h",
- "MGLRendererFrontend.h": "platform/darwin/src/MGLRendererFrontend.h",
- "MGLStyleValue_Private.h": "platform/darwin/src/MGLStyleValue_Private.h",
- "MGLFillExtrusionStyleLayer_Private.h": "platform/darwin/src/MGLFillExtrusionStyleLayer_Private.h",
- "NSException+MGLAdditions.h": "platform/darwin/src/NSException+MGLAdditions.h",
- "MGLSymbolStyleLayer_Private.h": "platform/darwin/src/MGLSymbolStyleLayer_Private.h",
- "MGLTilePyramidOfflineRegion_Private.h": "platform/darwin/src/MGLTilePyramidOfflineRegion_Private.h",
- "MGLUserLocationHeadingIndicator.h": "platform/ios/src/MGLUserLocationHeadingIndicator.h",
- "NSDictionary+MGLAdditions.h": "platform/darwin/src/NSDictionary+MGLAdditions.h",
- "UIKit+MMEMobileEvents.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/UIKit+MMEMobileEvents.h",
- "MGLFoundation_Private.h": "platform/darwin/src/MGLFoundation_Private.h",
- "MGLUserLocationHeadingBeamLayer.h": "platform/ios/src/MGLUserLocationHeadingBeamLayer.h",
- "MMECertPin.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMECertPin.h",
- "MGLMapView_Private.h": "platform/ios/src/MGLMapView_Private.h",
- "MGLMapboxEvents.h": "platform/ios/src/MGLMapboxEvents.h",
- "NSURL+MGLAdditions.h": "platform/darwin/src/NSURL+MGLAdditions.h",
- "MGLMultiPoint_Private.h": "platform/darwin/src/MGLMultiPoint_Private.h",
- "UIColor+MGLAdditions.h": "platform/ios/src/UIColor+MGLAdditions.h",
- "MGLAttributionInfo_Private.h": "platform/darwin/src/MGLAttributionInfo_Private.h",
- "MBXSKUToken.h": "platform/ios/vendor/mapbox-accounts-ios/MBXSKUToken.h",
- "SMCalloutView.h": "platform/ios/vendor/SMCalloutView/SMCalloutView.h",
- "MGLOfflineRegion_Private.h": "platform/darwin/src/MGLOfflineRegion_Private.h",
- "MMEPinningConfigurationProvider.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEPinningConfigurationProvider.h",
- "MGLPointCollection_Private.h": "platform/darwin/src/MGLPointCollection_Private.h",
- "UIImage+MGLAdditions.h": "platform/ios/src/UIImage+MGLAdditions.h",
- "NSOrthography+MGLAdditions.h": "platform/ios/src/NSOrthography+MGLAdditions.h",
- "MGLLight_Private.h": "platform/darwin/src/MGLLight_Private.h",
- "MGLAnnotationContainerView.h": "platform/ios/src/MGLAnnotationContainerView.h",
- "MGLSDKUpdateChecker.h": "platform/ios/src/MGLSDKUpdateChecker.h",
- "MGLAnnotationImage_Private.h": "platform/ios/src/MGLAnnotationImage_Private.h",
- "MGLConversion.h": "platform/darwin/src/MGLConversion.h",
- "MGLShapeOfflineRegion_Private.h": "platform/darwin/src/MGLShapeOfflineRegion_Private.h",
- "MGLTelemetryConfig.h": "platform/ios/src/MGLTelemetryConfig.h",
- "MGLGeometry_Private.h": "platform/darwin/src/MGLGeometry_Private.h",
- "NSCompoundPredicate+MGLAdditions.h": "platform/darwin/src/NSCompoundPredicate+MGLAdditions.h",
- "NSExpression+MGLPrivateAdditions.h": "platform/darwin/src/NSExpression+MGLPrivateAdditions.h",
- "MGLOpenGLStyleLayer_Private.h": "platform/darwin/src/MGLOpenGLStyleLayer_Private.h",
- "MGLTileSource_Private.h": "platform/darwin/src/MGLTileSource_Private.h",
- "MGLFaux3DUserLocationAnnotationView.h": "platform/ios/src/MGLFaux3DUserLocationAnnotationView.h",
- "MGLUserLocationAnnotationView_Private.h": "platform/ios/src/MGLUserLocationAnnotationView_Private.h",
- "MGLRasterTileSource_Private.h": "platform/darwin/src/MGLRasterTileSource_Private.h",
- "MGLFeature_Private.h": "platform/darwin/src/MGLFeature_Private.h",
- "MGLRendererConfiguration.h": "platform/darwin/src/MGLRendererConfiguration.h",
- "MMEReachability.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Reachability/MMEReachability.h",
- "MMENamespacedDependencies.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMENamespacedDependencies.h",
- "MapboxMobileEvents.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MapboxMobileEvents.h",
- "MMEAPIClient.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEAPIClient.h",
- "MMECommonEventData.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMECommonEventData.h",
- "MMEConstants.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEConstants.h",
- "MMEDependencyManager.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDependencyManager.h",
- "MMEEvent.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEvent.h",
- "CLLocation+MMEMobileEvents.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/CLLocation+MMEMobileEvents.h",
- "MMEEventLogger.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventLogger.h",
- "MMEEventLogReportViewController.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventLogReportViewController.h",
- "MMEEventsConfiguration.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventsConfiguration.h",
- "MGLNetworkIntegrationManager.h": "platform/darwin/src/MGLNetworkIntegrationManager.h",
- "MMEConfigurator.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEConfigurator.h",
- "MMELocationManager.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMELocationManager.h",
- "MMEMetrics.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEMetrics.h",
- "MMEMetricsManager.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEMetricsManager.h",
- "MMENSURLSessionWrapper.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMENSURLSessionWrapper.h",
- "MGLMapView+Impl.h": "platform/ios/src/MGLMapView+Impl.h",
- "MMETimerManager.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMETimerManager.h",
- "MMETypes.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMETypes.h",
- "CLLocationManager+MMEMobileEvents.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/Categories/CLLocationManager+MMEMobileEvents.h",
- "MMEUIApplicationWrapper.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEUIApplicationWrapper.h",
- "MMEUINavigation.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEUINavigation.h",
- "MMEUniqueIdentifier.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEUniqueIdentifier.h",
- "MMEDispatchManager.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDispatchManager.h",
- "MMEEventsManager.h": "platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEEventsManager.h"
- }
-}
diff --git a/platform/ios/toolchain.cmake b/platform/ios/toolchain.cmake
deleted file mode 100644
index 8299d624d0..0000000000
--- a/platform/ios/toolchain.cmake
+++ /dev/null
@@ -1,129 +0,0 @@
-# From https://github.com/OtherLevels/ios-cmake
-# This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake
-# files which are included with CMake 2.8.4
-# It has been altered for iOS development
-
-# Options:
-#
-# IOS_PLATFORM = OS (default) or SIMULATOR or SIMULATOR64
-# This decides if SDKS will be selected from the iPhoneOS.platform or iPhoneSimulator.platform folders
-# OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch.
-# SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
-#
-# CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder
-# By default this location is automatcially chosen based on the IOS_PLATFORM value above.
-# If set manually, it will override the default location and force the user of a particular Developer Platform
-#
-# CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder
-# By default this location is automatcially chosen based on the CMAKE_IOS_DEVELOPER_ROOT value.
-# In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT path.
-# If set manually, this will force the use of a specific SDK version
-
-# Macros:
-#
-# set_xcode_property (TARGET XCODE_PROPERTY XCODE_VALUE)
-# A convenience macro for setting xcode specific properties on targets
-# example: set_xcode_property (myioslib IPHONEOS_DEPLOYMENT_TARGET "3.1")
-#
-# find_host_package (PROGRAM ARGS)
-# A macro used to find executable programs on the host system, not within the iOS environment.
-# Thanks to the android-cmake project for providing the command
-
-# Standard settings
-set (CMAKE_SYSTEM_NAME Darwin)
-set (CMAKE_SYSTEM_VERSION 1)
-set (UNIX True)
-set (APPLE True)
-set (IOS True)
-
-# Required as of cmake 2.8.10
-set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FORCE)
-
-# Determine the cmake host system version so we know where to find the iOS SDKs
-find_program (CMAKE_UNAME uname /bin /usr/bin /usr/local/bin)
-if (CMAKE_UNAME)
- exec_program(uname ARGS -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION)
- string (REGEX REPLACE "^([0-9]+)\\.([0-9]+).*$" "\\1" DARWIN_MAJOR_VERSION "${CMAKE_HOST_SYSTEM_VERSION}")
-endif (CMAKE_UNAME)
-
-# Force the compilers to gcc for iOS
-include (CMakeForceCompiler)
-set(XCODE_TOOLCHAIN /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain)
-set(XCODE_BIN ${XCODE_TOOLCHAIN}/usr/bin)
-set(CMAKE_C_COMPILER ${XCODE_BIN}/clang)
-set(CMAKE_CXX_COMPILER ${XCODE_BIN}/clang++)
-set(CMAKE_FIND_ROOT_PATH ${XCODE_TOOLCHAIN_ROOT})
-set(CMAKE_AR ar CACHE FILEPATH "" FORCE)
-
-# Skip the platform compiler checks for cross compiling
-set (CMAKE_CXX_COMPILER_WORKS TRUE)
-set (CMAKE_C_COMPILER_WORKS TRUE)
-
-# All iOS/Darwin specific settings - some may be redundant
-set (CMAKE_SHARED_LIBRARY_PREFIX "lib")
-set (CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
-set (CMAKE_SHARED_MODULE_PREFIX "lib")
-set (CMAKE_SHARED_MODULE_SUFFIX ".so")
-set (CMAKE_MODULE_EXISTS 1)
-set (CMAKE_DL_LIBS "")
-
-set (CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
-set (CMAKE_C_OSX_CURRENT_VERSION_FLAG "-current_version ")
-set (CMAKE_CXX_OSX_COMPATIBILITY_VERSION_FLAG "${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG}")
-set (CMAKE_CXX_OSX_CURRENT_VERSION_FLAG "${CMAKE_C_OSX_CURRENT_VERSION_FLAG}")
-
-
-# This was required for Other C++ Flags to be set for enabling bitcode in a static lib.
-# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fembed-bitcode")
-
-
-set (CMAKE_C_LINK_FLAGS "-Wl,-search_paths_first ${CMAKE_C_LINK_FLAGS}")
-set (CMAKE_CXX_LINK_FLAGS "-Wl,-search_paths_first ${CMAKE_CXX_LINK_FLAGS}")
-
-set (CMAKE_PLATFORM_HAS_INSTALLNAME 1)
-set (CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-dynamiclib -headerpad_max_install_names")
-set (CMAKE_SHARED_MODULE_CREATE_C_FLAGS "-bundle -headerpad_max_install_names")
-set (CMAKE_SHARED_MODULE_LOADER_C_FLAG "-Wl,-bundle_loader,")
-set (CMAKE_SHARED_MODULE_LOADER_CXX_FLAG "-Wl,-bundle_loader,")
-set (CMAKE_FIND_LIBRARY_SUFFIXES ".dylib" ".so" ".a")
-
-
-# Point to the latest SDK.
-set (CMAKE_OSX_SYSROOT "iphoneos" CACHE STRING "Sysroot used for iOS support")
-
-
-
-set (CMAKE_OSX_ARCHITECTURES "$(ARCHS_STANDARD)" CACHE STRING "Build architecture for iOS")
-
-# Set the find root to the iOS developer roots and to user defined paths
-set (CMAKE_FIND_ROOT_PATH ${CMAKE_IOS_DEVELOPER_ROOT} ${CMAKE_IOS_SDK_ROOT} ${CMAKE_PREFIX_PATH} CACHE STRING "iOS find search path root")
-
-# default to searching for frameworks first
-set (CMAKE_FIND_FRAMEWORK FIRST)
-
-# set up the default search directories for frameworks
-set (CMAKE_SYSTEM_FRAMEWORK_PATH
- ${CMAKE_IOS_SDK_ROOT}/System/Library/Frameworks
- ${CMAKE_IOS_SDK_ROOT}/System/Library/PrivateFrameworks
- ${CMAKE_IOS_SDK_ROOT}/Developer/Library/Frameworks
-)
-
-# only search the iOS sdks, not the remainder of the host filesystem
-set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY)
-set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
-set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
-
-# This macro lets you find executable programs on the host system
-macro (find_host_package)
- set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
- set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER)
- set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER)
- set (IOS FALSE)
-
- find_package(${ARGN})
-
- set (IOS TRUE)
- set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY)
- set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
- set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
-endmacro (find_host_package)
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
deleted file mode 100644
index 75070ad7d6..0000000000
--- a/platform/linux/config.cmake
+++ /dev/null
@@ -1,188 +0,0 @@
-include(cmake/sqlite.cmake)
-
-add_library(mbgl-loop-uv STATIC
- platform/default/src/mbgl/util/async_task.cpp
- platform/default/src/mbgl/util/run_loop.cpp
- platform/default/src/mbgl/util/timer.cpp
-)
-
-target_include_directories(mbgl-loop-uv
- PRIVATE include
- PRIVATE src
-)
-
-target_link_libraries(mbgl-loop-uv
- PRIVATE mbgl-core
-)
-
-target_add_mason_package(mbgl-loop-uv PUBLIC libuv)
-
-macro(mbgl_platform_core)
- if(WITH_OSMESA)
- target_sources(mbgl-core
- PRIVATE platform/default/src/mbgl/gl/headless_backend_osmesa.cpp
- )
- target_link_libraries(mbgl-core
- PUBLIC -lOSMesa
- )
- elseif(WITH_EGL)
- target_sources(mbgl-core
- PRIVATE platform/linux/src/headless_backend_egl.cpp
- )
- target_add_mason_package(mbgl-core PUBLIC swiftshader)
- else()
- target_sources(mbgl-core
- PRIVATE platform/linux/src/headless_backend_glx.cpp
- )
- target_link_libraries(mbgl-core
- PUBLIC -lGL
- PUBLIC -lX11
- )
- endif()
-
- target_sources(mbgl-core
- # GL
- PRIVATE platform/linux/src/gl_functions.cpp
-
- # Misc
- PRIVATE platform/default/src/mbgl/i18n/collator.cpp
- PRIVATE platform/default/src/mbgl/i18n/number_format.cpp
- PRIVATE platform/default/src/mbgl/text/bidi.cpp
- PRIVATE platform/default/src/mbgl/text/local_glyph_rasterizer.cpp
- PRIVATE platform/default/src/mbgl/layermanager/layer_manager.cpp
- PRIVATE platform/default/src/mbgl/util/compression.cpp
- PRIVATE platform/default/src/mbgl/util/logging_stderr.cpp
- PRIVATE platform/default/src/mbgl/util/monotonic_timer.cpp
- PRIVATE platform/default/src/mbgl/util/string_stdlib.cpp
- PRIVATE platform/default/src/mbgl/util/thread.cpp
- PRIVATE platform/default/src/mbgl/util/thread_local.cpp
- PRIVATE platform/default/src/mbgl/util/utf.cpp
-
- # Image handling
- PRIVATE platform/default/src/mbgl/util/image.cpp
- PRIVATE platform/default/src/mbgl/util/jpeg_reader.cpp
- PRIVATE platform/default/src/mbgl/util/png_writer.cpp
- PRIVATE platform/default/src/mbgl/util/png_reader.cpp
-
- # Headless view
- PRIVATE platform/default/src/mbgl/gfx/headless_frontend.cpp
- PRIVATE platform/default/include/mbgl/gfx/headless_frontend.hpp
- PRIVATE platform/default/src/mbgl/gfx/headless_backend.cpp
- PRIVATE platform/default/include/mbgl/gfx/headless_backend.hpp
- PRIVATE platform/default/src/mbgl/gl/headless_backend.cpp
- PRIVATE platform/default/include/mbgl/gl/headless_backend.hpp
-
- # Snapshotting
- PRIVATE platform/default/src/mbgl/map/map_snapshotter.cpp
- PRIVATE platform/default/include/mbgl/map/map_snapshotter.hpp
- )
-
- target_include_directories(mbgl-core
- PRIVATE platform/default/include
- PRIVATE platform/linux
- )
-
- target_add_mason_package(mbgl-core PUBLIC libpng)
- target_add_mason_package(mbgl-core PUBLIC libjpeg-turbo)
- target_add_mason_package(mbgl-core PRIVATE icu)
-
- # Ignore warning caused by ICU header unistr.h in some CI environments
- set_source_files_properties(platform/default/src/mbgl/i18n/number_format.cpp PROPERTIES COMPILE_FLAGS -Wno-error=shadow)
-
- # Link all ICU libraries (by default only libicuuc is linked)
- find_library(LIBICUI18N NAMES icui18n HINTS ${MASON_PACKAGE_icu_INCLUDE_DIRS}/../lib)
- find_library(LIBICUUC NAMES icuuc HINTS ${MASON_PACKAGE_icu_INCLUDE_DIRS}/../lib)
- find_library(LIBICUDATA NAMES icudata HINTS ${MASON_PACKAGE_icu_INCLUDE_DIRS}/../lib)
-
- target_link_libraries(mbgl-core
- PRIVATE ${LIBICUI18N}
- PRIVATE ${LIBICUUC}
- PRIVATE ${LIBICUDATA}
- PRIVATE mbgl-vendor-nunicode
- PUBLIC -lz
- )
-endmacro()
-
-
-macro(mbgl_filesource)
- # Modify platform/linux/filesource-files.json to change the source files for this target.
- target_sources_from_file(mbgl-filesource PRIVATE platform/linux/filesource-files.json)
-
- # We're not referencing any cURL symbols since we're dynamically loading it. However, we want to
- # link the library anyway since we're definitely going to load it on startup anyway.
- target_link_libraries(mbgl-filesource
- PUBLIC sqlite
- PUBLIC -Wl,--no-as-needed -lcurl -Wl,--as-needed
- )
-endmacro()
-
-
-macro(mbgl_platform_glfw)
- target_link_libraries(mbgl-glfw
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-uv
- )
-endmacro()
-
-
-macro(mbgl_platform_render)
- target_link_libraries(mbgl-render
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-uv
- )
-endmacro()
-
-
-macro(mbgl_platform_offline)
- target_link_libraries(mbgl-offline
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-uv
- )
-endmacro()
-
-
-macro(mbgl_platform_test)
- target_sources(mbgl-test
- PRIVATE platform/default/src/mbgl/test/main.cpp
- )
-
- target_include_directories(mbgl-test
- PRIVATE platform/linux
- )
-
- set_source_files_properties(
- platform/default/src/mbgl/test/main.cpp
- PROPERTIES
- COMPILE_FLAGS -DWORK_DIRECTORY="${CMAKE_SOURCE_DIR}"
- )
-
- target_link_libraries(mbgl-test
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-uv
- )
-endmacro()
-
-
-macro(mbgl_platform_benchmark)
- target_sources(mbgl-benchmark
- PRIVATE platform/default/src/mbgl/benchmark/main.cpp
- )
-
- set_source_files_properties(
- platform/default/src/mbgl/benchmark/main.cpp
- PROPERTIES
- COMPILE_FLAGS -DWORK_DIRECTORY="${CMAKE_SOURCE_DIR}"
- )
-
- target_link_libraries(mbgl-benchmark
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-uv
- )
-endmacro()
-
-
-macro(mbgl_platform_node)
- target_link_libraries(mbgl-node INTERFACE
- -Wl,--version-script=${CMAKE_SOURCE_DIR}/platform/node/version-script
- )
-endmacro()
diff --git a/platform/linux/filesource-files.json b/platform/linux/filesource-files.json
deleted file mode 100644
index 669a4e612c..0000000000
--- a/platform/linux/filesource-files.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "//": "This file can be edited manually and is the canonical source.",
- "sources": [
- "platform/default/src/mbgl/storage/http_file_source.cpp",
- "platform/default/src/mbgl/storage/sqlite3.cpp"
- ],
- "public_headers": {},
- "private_headers": {}
-}
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake
deleted file mode 100644
index 28c3610634..0000000000
--- a/platform/macos/config.cmake
+++ /dev/null
@@ -1,132 +0,0 @@
-include(cmake/loop-darwin.cmake)
-
-macro(mbgl_platform_core)
- target_sources_from_file(mbgl-core PRIVATE platform/macos/core-files.json)
-
- if(WITH_EGL)
- target_sources(mbgl-core
- PRIVATE platform/linux/src/headless_backend_egl.cpp
- )
- target_add_mason_package(mbgl-core PUBLIC swiftshader)
- else()
- target_sources(mbgl-core
- PRIVATE platform/darwin/src/headless_backend_cgl.mm
- )
- target_link_libraries(mbgl-core
- PUBLIC "-framework OpenGL"
- )
- endif()
-
- target_compile_options(mbgl-core
- PRIVATE -fobjc-arc
- )
-
- target_include_directories(mbgl-core
- PUBLIC platform/darwin/include
- PUBLIC platform/default/include
- )
-
- target_link_libraries(mbgl-core
- PUBLIC "-lz"
- PUBLIC "-framework Foundation"
- PUBLIC "-framework CoreText"
- PUBLIC "-framework CoreGraphics"
- PUBLIC "-framework ImageIO"
- PUBLIC "-framework CoreServices"
- PUBLIC "-framework SystemConfiguration"
- )
-endmacro()
-
-
-macro(mbgl_filesource)
- # Modify platform/darwin/filesource-files.json to change the source files for this target.
- target_sources_from_file(mbgl-filesource PRIVATE platform/darwin/filesource-files.json)
-
- target_compile_options(mbgl-filesource
- PRIVATE -fobjc-arc
- )
-
- target_link_libraries(mbgl-filesource
- PUBLIC "-lsqlite3"
- PUBLIC "-framework Foundation"
- )
-endmacro()
-
-
-macro(mbgl_platform_glfw)
- target_link_libraries(mbgl-glfw
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-darwin
- )
-endmacro()
-
-
-macro(mbgl_platform_render)
- target_link_libraries(mbgl-render
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-darwin
- )
-endmacro()
-
-
-macro(mbgl_platform_offline)
- target_sources(mbgl-offline
- PRIVATE platform/default/src/mbgl/layermanager/layer_manager.cpp
- )
-
- target_link_libraries(mbgl-offline
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-darwin
- )
-endmacro()
-
-
-macro(mbgl_platform_test)
- target_sources(mbgl-test
- PRIVATE platform/default/src/mbgl/layermanager/layer_manager.cpp
- PRIVATE platform/default/src/mbgl/test/main.cpp
- )
-
- target_include_directories(mbgl-test
- PRIVATE platform/macos
- )
-
- set_source_files_properties(
- platform/default/src/mbgl/test/main.cpp
- PROPERTIES
- COMPILE_FLAGS -DWORK_DIRECTORY="${CMAKE_SOURCE_DIR}"
- )
-
- target_link_libraries(mbgl-test
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-darwin
- )
-endmacro()
-
-macro(mbgl_platform_benchmark)
- target_sources(mbgl-benchmark
- PRIVATE platform/default/src/mbgl/layermanager/layer_manager.cpp
- PRIVATE platform/default/src/mbgl/benchmark/main.cpp
- )
-
- set_source_files_properties(
- platform/default/src/mbgl/benchmark/main.cpp
- PROPERTIES
- COMPILE_FLAGS -DWORK_DIRECTORY="${CMAKE_SOURCE_DIR}"
- )
-
- target_link_libraries(mbgl-benchmark
- PRIVATE mbgl-filesource
- PRIVATE mbgl-loop-darwin
- )
-endmacro()
-
-macro(mbgl_platform_node)
- target_sources(mbgl-core
- PRIVATE platform/default/src/mbgl/layermanager/layer_manager.cpp
- )
- target_link_libraries(mbgl-node INTERFACE
- -exported_symbols_list ${CMAKE_SOURCE_DIR}/platform/node/symbol-list
- -dead_strip
- )
-endmacro()
diff --git a/platform/macos/core-files.json b/platform/macos/core-files.json
deleted file mode 100644
index 9472721e8b..0000000000
--- a/platform/macos/core-files.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "//": "This file can be edited manually and is the canonical source.",
- "sources": [
- "platform/darwin/src/collator.mm",
- "platform/darwin/src/gl_functions.cpp",
- "platform/darwin/src/image.mm",
- "platform/darwin/src/local_glyph_rasterizer.mm",
- "platform/darwin/src/logging_nslog.mm",
- "platform/darwin/src/nsthread.mm",
- "platform/darwin/src/number_format.mm",
- "platform/darwin/src/reachability.m",
- "platform/darwin/src/string_nsstring.mm",
- "platform/default/src/mbgl/gfx/headless_backend.cpp",
- "platform/default/src/mbgl/gfx/headless_frontend.cpp",
- "platform/default/src/mbgl/gl/headless_backend.cpp",
- "platform/default/src/mbgl/map/map_snapshotter.cpp",
- "platform/default/src/mbgl/text/bidi.cpp",
- "platform/default/src/mbgl/util/compression.cpp",
- "platform/default/src/mbgl/util/monotonic_timer.cpp",
- "platform/default/src/mbgl/util/png_writer.cpp",
- "platform/default/src/mbgl/util/thread_local.cpp",
- "platform/default/src/mbgl/util/utf.cpp",
- "platform/darwin/src/native_apple_interface.m"
- ],
- "public_headers": {
- "mbgl/storage/reachability.h": "platform/darwin/include/mbgl/storage/reachability.h",
- "mbgl/interface/native_apple_interface.h": "platform/darwin/include/mbgl/interface/native_apple_interface.h",
- "mbgl/util/image+MGLAdditions.hpp": "platform/darwin/include/mbgl/util/image+MGLAdditions.hpp",
- "mbgl/gfx/headless_backend.hpp": "platform/default/include/mbgl/gfx/headless_backend.hpp",
- "mbgl/gfx/headless_frontend.hpp": "platform/default/include/mbgl/gfx/headless_frontend.hpp",
- "mbgl/gl/headless_backend.hpp": "platform/default/include/mbgl/gl/headless_backend.hpp",
- "mbgl/map/map_snapshotter.hpp": "platform/default/include/mbgl/map/map_snapshotter.hpp"
- },
- "private_headers": {
- "CFHandle.hpp": "platform/darwin/src/CFHandle.hpp"
- }
-}
diff --git a/platform/macos/sdk-files.json b/platform/macos/sdk-files.json
deleted file mode 100644
index 65b946cd06..0000000000
--- a/platform/macos/sdk-files.json
+++ /dev/null
@@ -1,217 +0,0 @@
-{
- "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js",
- "sources": [
- "platform/darwin/src/MGLImageSource.mm",
- "platform/darwin/src/MGLMapSnapshotter.mm",
- "platform/macos/src/NSImage+MGLAdditions.mm",
- "platform/darwin/src/MGLHillshadeStyleLayer.mm",
- "platform/darwin/src/MGLPointAnnotation.mm",
- "platform/darwin/src/MGLSDKMetricsManager.m",
- "platform/darwin/src/NSBundle+MGLAdditions.m",
- "platform/macos/src/MGLMapView.mm",
- "platform/macos/src/MGLMapView+OpenGL.mm",
- "platform/darwin/src/NSArray+MGLAdditions.mm",
- "platform/darwin/src/MGLOfflinePack.mm",
- "platform/darwin/src/NSDate+MGLAdditions.mm",
- "platform/darwin/src/MGLLoggingConfiguration.mm",
- "platform/darwin/src/MGLNetworkConfiguration.m",
- "platform/darwin/src/MGLLight.mm",
- "platform/macos/src/MGLAnnotationImage.m",
- "platform/darwin/src/NSExpression+MGLAdditions.mm",
- "platform/darwin/src/MGLFeature.mm",
- "platform/darwin/src/MGLOpenGLStyleLayer.mm",
- "platform/macos/src/NSColor+MGLAdditions.mm",
- "platform/macos/src/MGLAttributionButton.mm",
- "platform/darwin/src/MGLFillStyleLayer.mm",
- "platform/darwin/src/MGLShape.mm",
- "platform/darwin/src/MGLRasterTileSource.mm",
- "platform/darwin/src/MGLFoundation.mm",
- "platform/darwin/src/NSString+MGLAdditions.m",
- "platform/darwin/src/NSCoder+MGLAdditions.mm",
- "platform/darwin/src/MGLStyleLayerManager.mm",
- "platform/darwin/src/MGLStyle.mm",
- "platform/darwin/src/MGLGeometry.mm",
- "platform/darwin/src/MGLHeatmapStyleLayer.mm",
- "platform/darwin/src/MGLCircleStyleLayer.mm",
- "platform/darwin/src/MGLForegroundStyleLayer.mm",
- "platform/darwin/src/NSDictionary+MGLAdditions.mm",
- "platform/darwin/src/MGLBackgroundStyleLayer.mm",
- "platform/darwin/src/MGLTileSource.mm",
- "platform/darwin/src/MGLNetworkIntegrationManager.m",
- "platform/macos/src/MGLMapView+IBAdditions.mm",
- "platform/darwin/src/NSValue+MGLAdditions.m",
- "platform/darwin/src/MGLStyleLayer.mm",
- "platform/darwin/src/MGLClockDirectionFormatter.m",
- "platform/darwin/src/MGLComputedShapeSource.mm",
- "platform/macos/src/MGLOpenGLLayer.mm",
- "platform/darwin/src/MGLMultiPoint.mm",
- "platform/darwin/src/MGLTypes.m",
- "platform/darwin/src/MGLPointCollection.mm",
- "platform/darwin/src/MGLCoordinateFormatter.m",
- "platform/darwin/src/MGLSource.mm",
- "platform/darwin/src/MGLMapCamera.mm",
- "platform/darwin/src/MGLVectorStyleLayer.mm",
- "platform/darwin/src/MGLAttributedExpression.m",
- "platform/darwin/src/NSValue+MGLStyleAttributeAdditions.mm",
- "platform/darwin/src/MGLPolygon.mm",
- "platform/darwin/src/MGLDistanceFormatter.m",
- "platform/macos/src/NSProcessInfo+MGLAdditions.m",
- "platform/darwin/src/MGLFillExtrusionStyleLayer.mm",
- "platform/darwin/src/MGLOfflineStorage.mm",
- "platform/darwin/src/NSURL+MGLAdditions.m",
- "platform/darwin/src/NSCompoundPredicate+MGLAdditions.mm",
- "platform/darwin/src/MGLTilePyramidOfflineRegion.mm",
- "platform/darwin/src/MGLAccountManager.m",
- "platform/darwin/src/MGLAttributionInfo.mm",
- "platform/darwin/src/MGLPolyline.mm",
- "platform/darwin/src/MGLShapeSource.mm",
- "platform/macos/src/MGLCompassCell.m",
- "platform/darwin/src/MGLRasterStyleLayer.mm",
- "platform/darwin/src/MGLShapeCollection.mm",
- "platform/darwin/src/MGLShapeOfflineRegion.mm",
- "platform/darwin/src/NSComparisonPredicate+MGLAdditions.mm",
- "platform/macos/src/MGLMapView+Impl.mm",
- "platform/darwin/src/MGLCompassDirectionFormatter.m",
- "platform/darwin/src/MGLRasterDEMSource.mm",
- "platform/darwin/src/MGLLineStyleLayer.mm",
- "platform/darwin/src/MGLSymbolStyleLayer.mm",
- "platform/darwin/src/NSPredicate+MGLAdditions.mm",
- "platform/darwin/src/MGLVectorTileSource.mm",
- "platform/darwin/src/MGLStyleValue.mm",
- "platform/darwin/src/MGLRendererConfiguration.mm"
- ],
- "public_headers": {
- "MGLFoundation.h": "platform/darwin/src/MGLFoundation.h",
- "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",
- "MGLCircleStyleLayer.h": "platform/darwin/src/MGLCircleStyleLayer.h",
- "MGLAttributionInfo.h": "platform/darwin/src/MGLAttributionInfo.h",
- "MGLFillExtrusionStyleLayer.h": "platform/darwin/src/MGLFillExtrusionStyleLayer.h",
- "MGLAnnotationImage.h": "platform/macos/src/MGLAnnotationImage.h",
- "MGLMapView.h": "platform/macos/src/MGLMapView.h",
- "MGLOfflineStorage.h": "platform/darwin/src/MGLOfflineStorage.h",
- "MGLStyleValue.h": "platform/darwin/src/MGLStyleValue.h",
- "MGLSDKMetricsManager.h": "platform/darwin/src/MGLSDKMetricsManager.h",
- "MGLMultiPoint.h": "platform/darwin/src/MGLMultiPoint.h",
- "MGLShapeCollection.h": "platform/darwin/src/MGLShapeCollection.h",
- "MGLPointAnnotation.h": "platform/darwin/src/MGLPointAnnotation.h",
- "MGLOfflinePack.h": "platform/darwin/src/MGLOfflinePack.h",
- "MGLLoggingConfiguration.h": "platform/darwin/src/MGLLoggingConfiguration.h",
- "NSPredicate+MGLAdditions.h": "platform/darwin/src/NSPredicate+MGLAdditions.h",
- "MGLVectorTileSource.h": "platform/darwin/src/MGLVectorTileSource.h",
- "MGLRasterDEMSource.h": "platform/darwin/src/MGLRasterDEMSource.h",
- "MGLTypes.h": "platform/darwin/src/MGLTypes.h",
- "MGLBackgroundStyleLayer.h": "platform/darwin/src/MGLBackgroundStyleLayer.h",
- "MGLPointCollection.h": "platform/darwin/src/MGLPointCollection.h",
- "MGLShape.h": "platform/darwin/src/MGLShape.h",
- "MGLOpenGLStyleLayer.h": "platform/darwin/src/MGLOpenGLStyleLayer.h",
- "MGLSource.h": "platform/darwin/src/MGLSource.h",
- "MGLPolygon.h": "platform/darwin/src/MGLPolygon.h",
- "MGLClockDirectionFormatter.h": "platform/darwin/src/MGLClockDirectionFormatter.h",
- "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",
- "MGLDistanceFormatter.h": "platform/darwin/src/MGLDistanceFormatter.h",
- "MGLHeatmapStyleLayer.h": "platform/darwin/src/MGLHeatmapStyleLayer.h",
- "MGLOfflineRegion.h": "platform/darwin/src/MGLOfflineRegion.h",
- "MGLTilePyramidOfflineRegion.h": "platform/darwin/src/MGLTilePyramidOfflineRegion.h",
- "NSValue+MGLAdditions.h": "platform/darwin/src/NSValue+MGLAdditions.h",
- "MGLMapViewDelegate.h": "platform/macos/src/MGLMapViewDelegate.h",
- "MGLCluster.h": "platform/darwin/src/MGLCluster.h",
- "MGLFeature.h": "platform/darwin/src/MGLFeature.h",
- "MGLStyleLayer.h": "platform/darwin/src/MGLStyleLayer.h",
- "MGLGeometry.h": "platform/darwin/src/MGLGeometry.h",
- "MGLAccountManager.h": "platform/darwin/src/MGLAccountManager.h",
- "MGLTileSource.h": "platform/darwin/src/MGLTileSource.h",
- "MGLForegroundStyleLayer.h": "platform/darwin/src/MGLForegroundStyleLayer.h",
- "MGLMapCamera.h": "platform/darwin/src/MGLMapCamera.h",
- "MGLImageSource.h": "platform/darwin/src/MGLImageSource.h",
- "MGLSymbolStyleLayer.h": "platform/darwin/src/MGLSymbolStyleLayer.h",
- "MGLMapView+IBAdditions.h": "platform/macos/src/MGLMapView+IBAdditions.h",
- "MGLCompassDirectionFormatter.h": "platform/darwin/src/MGLCompassDirectionFormatter.h",
- "MGLRasterTileSource.h": "platform/darwin/src/MGLRasterTileSource.h",
- "MGLVectorStyleLayer.h": "platform/darwin/src/MGLVectorStyleLayer.h",
- "MGLShapeSource.h": "platform/darwin/src/MGLShapeSource.h",
- "MGLLight.h": "platform/darwin/src/MGLLight.h",
- "MGLStyle.h": "platform/darwin/src/MGLStyle.h",
- "Mapbox/Mapbox.h": "platform/macos/src/Mapbox.h"
- },
- "private_headers": {
- "MGLOfflineRegion_Private.h": "platform/darwin/src/MGLOfflineRegion_Private.h",
- "MGLRasterTileSource_Private.h": "platform/darwin/src/MGLRasterTileSource_Private.h",
- "MGLBackgroundStyleLayer_Private.h": "platform/darwin/src/MGLBackgroundStyleLayer_Private.h",
- "MGLConversion.h": "platform/darwin/src/MGLConversion.h",
- "MGLFillExtrusionStyleLayer_Private.h": "platform/darwin/src/MGLFillExtrusionStyleLayer_Private.h",
- "MGLStyleValue_Private.h": "platform/darwin/src/MGLStyleValue_Private.h",
- "MGLMapView_Private.h": "platform/macos/src/MGLMapView_Private.h",
- "MGLRasterStyleLayer_Private.h": "platform/darwin/src/MGLRasterStyleLayer_Private.h",
- "MGLHeatmapStyleLayer_Private.h": "platform/darwin/src/MGLHeatmapStyleLayer_Private.h",
- "MGLAttributionButton.h": "platform/macos/src/MGLAttributionButton.h",
- "NSArray+MGLAdditions.h": "platform/darwin/src/NSArray+MGLAdditions.h",
- "NSComparisonPredicate+MGLAdditions.h": "platform/darwin/src/NSComparisonPredicate+MGLAdditions.h",
- "MGLStyleLayerManager.h": "platform/darwin/src/MGLStyleLayerManager.h",
- "MGLStyleLayer_Private.h": "platform/darwin/src/MGLStyleLayer_Private.h",
- "MGLShapeOfflineRegion_Private.h": "platform/darwin/src/MGLShapeOfflineRegion_Private.h",
- "MGLAttributionInfo_Private.h": "platform/darwin/src/MGLAttributionInfo_Private.h",
- "NSBundle+MGLAdditions.h": "platform/darwin/src/NSBundle+MGLAdditions.h",
- "NSURL+MGLAdditions.h": "platform/darwin/src/NSURL+MGLAdditions.h",
- "MGLAnnotationImage_Private.h": "platform/macos/src/MGLAnnotationImage_Private.h",
- "MGLLoggingConfiguration_Private.h": "platform/darwin/src/MGLLoggingConfiguration_Private.h",
- "NSPredicate+MGLPrivateAdditions.h": "platform/darwin/src/NSPredicate+MGLPrivateAdditions.h",
- "NSString+MGLAdditions.h": "platform/darwin/src/NSString+MGLAdditions.h",
- "MGLCircleStyleLayer_Private.h": "platform/darwin/src/MGLCircleStyleLayer_Private.h",
- "MGLVectorTileSource_Private.h": "platform/darwin/src/MGLVectorTileSource_Private.h",
- "MGLGeometry_Private.h": "platform/darwin/src/MGLGeometry_Private.h",
- "MGLAccountManager_Private.h": "platform/darwin/src/MGLAccountManager_Private.h",
- "MGLNetworkIntegrationManager.h": "platform/darwin/src/MGLNetworkIntegrationManager.h",
- "MGLComputedShapeSource_Private.h": "platform/darwin/src/MGLComputedShapeSource_Private.h",
- "NSException+MGLAdditions.h": "platform/darwin/src/NSException+MGLAdditions.h",
- "MGLTileSource_Private.h": "platform/darwin/src/MGLTileSource_Private.h",
- "NSExpression+MGLPrivateAdditions.h": "platform/darwin/src/NSExpression+MGLPrivateAdditions.h",
- "MGLSDKMetricsManager_Private.h": "platform/darwin/src/MGLSDKMetricsManager_Private.h",
- "MGLNetworkConfiguration_Private.h": "platform/darwin/src/MGLNetworkConfiguration_Private.h",
- "NSCompoundPredicate+MGLAdditions.h": "platform/darwin/src/NSCompoundPredicate+MGLAdditions.h",
- "MGLSymbolStyleLayer_Private.h": "platform/darwin/src/MGLSymbolStyleLayer_Private.h",
- "MGLMapView+OpenGL.h": "platform/macos/src/MGLMapView+OpenGL.h",
- "NSProcessInfo+MGLAdditions.h": "platform/macos/src/NSProcessInfo+MGLAdditions.h",
- "MGLRendererFrontend.h": "platform/darwin/src/MGLRendererFrontend.h",
- "NSValue+MGLStyleAttributeAdditions.h": "platform/darwin/src/NSValue+MGLStyleAttributeAdditions.h",
- "NSImage+MGLAdditions.h": "platform/macos/src/NSImage+MGLAdditions.h",
- "MGLLight_Private.h": "platform/darwin/src/MGLLight_Private.h",
- "MGLMapView+Impl.h": "platform/macos/src/MGLMapView+Impl.h",
- "NSCoder+MGLAdditions.h": "platform/darwin/src/NSCoder+MGLAdditions.h",
- "MGLOfflineStorage_Private.h": "platform/darwin/src/MGLOfflineStorage_Private.h",
- "MGLLineStyleLayer_Private.h": "platform/darwin/src/MGLLineStyleLayer_Private.h",
- "MGLHillshadeStyleLayer_Private.h": "platform/darwin/src/MGLHillshadeStyleLayer_Private.h",
- "MGLValueEvaluator.h": "platform/darwin/src/MGLValueEvaluator.h",
- "MGLOfflinePack_Private.h": "platform/darwin/src/MGLOfflinePack_Private.h",
- "MGLFoundation_Private.h": "platform/darwin/src/MGLFoundation_Private.h",
- "MGLCompassCell.h": "platform/macos/src/MGLCompassCell.h",
- "MGLShapeSource_Private.h": "platform/darwin/src/MGLShapeSource_Private.h",
- "MGLStyle_Private.h": "platform/darwin/src/MGLStyle_Private.h",
- "MGLSource_Private.h": "platform/darwin/src/MGLSource_Private.h",
- "MGLOpenGLLayer.h": "platform/macos/src/MGLOpenGLLayer.h",
- "MGLPointCollection_Private.h": "platform/darwin/src/MGLPointCollection_Private.h",
- "NSDate+MGLAdditions.h": "platform/darwin/src/NSDate+MGLAdditions.h",
- "NSColor+MGLAdditions.h": "platform/macos/src/NSColor+MGLAdditions.h",
- "MGLMultiPoint_Private.h": "platform/darwin/src/MGLMultiPoint_Private.h",
- "MGLOpenGLStyleLayer_Private.h": "platform/darwin/src/MGLOpenGLStyleLayer_Private.h",
- "MGLPolygon_Private.h": "platform/darwin/src/MGLPolygon_Private.h",
- "MGLShape_Private.h": "platform/darwin/src/MGLShape_Private.h",
- "MGLTilePyramidOfflineRegion_Private.h": "platform/darwin/src/MGLTilePyramidOfflineRegion_Private.h",
- "MGLFeature_Private.h": "platform/darwin/src/MGLFeature_Private.h",
- "MGLPolyline_Private.h": "platform/darwin/src/MGLPolyline_Private.h",
- "MGLFillStyleLayer_Private.h": "platform/darwin/src/MGLFillStyleLayer_Private.h",
- "NSDictionary+MGLAdditions.h": "platform/darwin/src/NSDictionary+MGLAdditions.h",
- "MGLRendererConfiguration.h": "platform/darwin/src/MGLRendererConfiguration.h"
- }
-}