summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-01-11 00:22:25 -0800
committerGitHub <noreply@github.com>2017-01-11 00:22:25 -0800
commitb6cf87f5e763ec6849e4fe34f2dd20fc8a0d0d52 (patch)
treea5d695f1b8db68fb55e81e6d1c6f86bd685f8f84
parent13db36c12387d7236a47fdd7da2693635fc3beca (diff)
downloadqtlocation-mapboxgl-b6cf87f5e763ec6849e4fe34f2dd20fc8a0d0d52.tar.gz
[ios] Require Xcode 8 to build iosapp
Fixes #6873.
-rw-r--r--platform/ios/DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index f7bc0cc415..894bb83930 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -6,7 +6,7 @@ This document explains how to build the Mapbox iOS SDK from source. It is intend
The Mapbox iOS SDK and iosapp demo application build against the iOS 7.0 SDK. The SDK is intended to run on iOS 7.0 and above, while iosapp is intended to run on iOS 8.0 and above due to the use of a dynamic framework. Both require Xcode on a computer running macOS.
-The Mapbox iOS SDK requires Xcode 7.3 or higher.
+The Mapbox iOS SDK requires Xcode 7.3 or above. The iosapp demo application requires Xcode 8.0 or above to build.
## Building the SDK