summaryrefslogtreecommitdiff
path: root/platform/ios/INSTALL.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-02-20 17:50:56 -0500
committerJason Wray <jason@mapbox.com>2017-02-21 16:10:00 -0500
commita1c477b4dbf16e3e691d35eedd3f5c7a4fbb9c5e (patch)
tree6f29eda2bb4b122898d5fea8edab8176ebfb7bdf /platform/ios/INSTALL.md
parentc7975e6a18b397df9918687ef8c8d0f76d00be76 (diff)
downloadqtlocation-mapboxgl-a1c477b4dbf16e3e691d35eedd3f5c7a4fbb9c5e.tar.gz
[ios] Update docs for iOS 8 deployment target
Diffstat (limited to 'platform/ios/INSTALL.md')
-rw-r--r--platform/ios/INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md
index 9453bbd4b7..3d50ab868f 100644
--- a/platform/ios/INSTALL.md
+++ b/platform/ios/INSTALL.md
@@ -4,7 +4,7 @@ This document explains how to build a development version of Mapbox iOS SDK for
### Requirements
-The Mapbox iOS SDK builds against the iOS 7.0 SDK. It is intended to run on iOS 7.0 and above on the following devices and their simulators:
+The Mapbox iOS SDK is intended to run on iOS 8.0 and above on the following devices and their simulators:
* iPhone 4S and above (5, 5c, 5s, 6, 6 Plus)
* iPad 2 and above (3, 4, Mini, Air, Mini 2, Air 2)
@@ -36,7 +36,7 @@ There are several ways to install custom builds of the Mapbox iOS SDK:
#### Dynamic framework
-This is the recommended workflow for manually integrating custom builds of the SDK into an application targeting iOS 8 and above:
+This is the recommended workflow for manually integrating custom builds of the SDK into an application:
1. Build from source manually, per above.
@@ -52,7 +52,7 @@ bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Mapbox.framework/strip-fra
#### Static framework
-If your application targets iOS 7.x, you’ll need to install the static framework instead:
+You can alternatively install the SDK as a static framework:
1. Build from source manually, per above.