diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-09-06 10:28:10 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-09-07 16:19:14 -0700 |
commit | 435241c3357a9c2c96035a99a9f6725b6665d8a2 (patch) | |
tree | 10c5f658cd163af465c6af9ca56a54c02a02bcb1 | |
parent | 31cca05fc6a9d08d3b0028149f7ef2f2348b18e9 (diff) | |
download | qtlocation-mapboxgl-435241c3357a9c2c96035a99a9f6725b6665d8a2.tar.gz |
[macos] macOS 10.10, Xcode 8 no longer supported
-rw-r--r-- | platform/macos/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/INSTALL.md b/platform/macos/INSTALL.md index f0fb0278be..265039c7b5 100644 --- a/platform/macos/INSTALL.md +++ b/platform/macos/INSTALL.md @@ -4,7 +4,7 @@ This document explains how to build a development version of the Mapbox Maps SDK ### Requirements -The Mapbox Maps SDK for macOS requires the macOS 10.10.0 SDK (or above) and Xcode 8.0 (or above). To use this SDK with Xcode 7.3.1, download and use a symbols build from the [releases](https://github.com/mapbox/mapbox-gl-native/releases) page. +The Mapbox Maps SDK for macOS requires the macOS 10.11.0 SDK (or above) and Xcode 9.0 (or above). To use this SDK with Xcode 7.3.1, download and use a symbols build from the [releases](https://github.com/mapbox/mapbox-gl-native/releases) page. Before building, follow these steps to install prerequisites: |