diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2017-12-04 16:40:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-04 16:40:14 -0800 |
commit | 8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582 (patch) | |
tree | ce40e3163668e2ac8835e43177c0cafe6afa1eb3 /platform/ios/README.md | |
parent | cb5dc2eed8e773e6064419f2d40c969b6ec22fdb (diff) | |
download | qtlocation-mapboxgl-8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582.tar.gz |
[ios, macos] Rename the iOS and macOS SDKs (#10610)
Diffstat (limited to 'platform/ios/README.md')
-rw-r--r-- | platform/ios/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/README.md b/platform/ios/README.md index de70c4e891..23171e294e 100644 --- a/platform/ios/README.md +++ b/platform/ios/README.md @@ -1,4 +1,4 @@ -# [Mapbox iOS SDK](https://www.mapbox.com/ios-sdk/) +# [Mapbox Maps SDK for iOS](https://www.mapbox.com/ios-sdk/) [![Bitrise](https://www.bitrise.io/app/7514e4cf3da2cc57.svg?token=OwqZE5rSBR9MVWNr_lf4sA&branch=master)](https://www.bitrise.io/app/7514e4cf3da2cc57) @@ -6,8 +6,8 @@ A library based on [Mapbox GL Native](../../README.md) for embedding interactive This repository is for day-to-day development of the SDK. Building the SDK yourself requires [a number of dependencies and steps](../../INSTALL.md) that are unnecessary for developing production applications. For production applications, please consider installing an official, production-ready version instead. -* [Integrate the Mapbox iOS SDK into your application](https://www.mapbox.com/install/ios/). +* [Integrate the Mapbox Maps SDK for iOS into your application](https://www.mapbox.com/install/ios/). * [Learn about custom builds](INSTALL.md) -* [Contribute to the Mapbox iOS SDK](DEVELOPING.md) +* [Contribute to the Mapbox Maps SDK for iOS](DEVELOPING.md) ![](docs/img/screenshot.png) |