summaryrefslogtreecommitdiff
path: root/platform/ios/docs/pod-README.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/docs/pod-README.md
parentc7975e6a18b397df9918687ef8c8d0f76d00be76 (diff)
downloadqtlocation-mapboxgl-a1c477b4dbf16e3e691d35eedd3f5c7a4fbb9c5e.tar.gz
[ios] Update docs for iOS 8 deployment target
Diffstat (limited to 'platform/ios/docs/pod-README.md')
-rw-r--r--platform/ios/docs/pod-README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/docs/pod-README.md b/platform/ios/docs/pod-README.md
index b1a763bcf1..2e5b024fdc 100644
--- a/platform/ios/docs/pod-README.md
+++ b/platform/ios/docs/pod-README.md
@@ -1,6 +1,6 @@
# [Mapbox iOS SDK](https://www.mapbox.com/ios-sdk/)
-The Mapbox iOS SDK is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS 7.0 and above using Objective-C, Swift, or Interface Builder. It takes stylesheets that conform to the [Mapbox Style Specification](https://www.mapbox.com/mapbox-gl-style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://www.mapbox.com/developers/vector-tiles/), and renders them using OpenGL.
+The Mapbox iOS SDK is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS 8.0 and above using Objective-C, Swift, or Interface Builder. It takes stylesheets that conform to the [Mapbox Style Specification](https://www.mapbox.com/mapbox-gl-style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://www.mapbox.com/developers/vector-tiles/), and renders them using OpenGL.
For more information, check out the [Mapbox iOS SDK homepage](https://www.mapbox.com/ios-sdk/) and the [full changelog](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/CHANGELOG.md) online.
@@ -16,7 +16,7 @@ Integrating the Mapbox iOS SDK requires Xcode 7.3 or higher.
### Dynamic framework
-This is the recommended workflow for manually integrating the SDK into an application targeting iOS 8 and above:
+This is the recommended workflow for manually integrating the SDK into an application:
1. Open the project editor, select your application target, then go to the General tab. Drag Mapbox.framework from the `dynamic` folder into the “Embedded Binaries” section. (Don’t drag it into the “Linked Frameworks and Libraries” section; Xcode will add it there automatically.) In the sheet that appears, make sure “Copy items if needed” is checked, then click Finish.
@@ -33,7 +33,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. Drag Mapbox.bundle and Mapbox.framework from the `static` folder into the Project navigator. In the sheet that appears, make sure “Copy items if needed” is checked, then click Finish. Open the project editor and select your application target to verify that the following changes occurred automatically: