summaryrefslogtreecommitdiff
path: root/platform/ios/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/README.md')
-rw-r--r--platform/ios/README.md20
1 files changed, 2 insertions, 18 deletions
diff --git a/platform/ios/README.md b/platform/ios/README.md
index 8ad419a70b..15e5d66571 100644
--- a/platform/ios/README.md
+++ b/platform/ios/README.md
@@ -1,19 +1,3 @@
-## Update
+## iOS
-**Work on the Mapbox Maps SDK for iOS is now happening at https://github.com/mapbox/mapbox-gl-native-ios. See https://github.com/mapbox/mapbox-gl-native/issues/15971 for more information.**
-
-The following information is retained for historical purposes but is no longer receiving updates. We make no guarantees about its accuracy.
-
-# [Mapbox Maps SDK for iOS](https://docs.mapbox.com/ios/maps/)
-
-[![Circle CI build status](https://circleci.com/gh/mapbox/mapbox-gl-native.svg?style=shield)](https://circleci.com/gh/mapbox/workflows/mapbox-gl-native/tree/master)
-
-A library based on [Mapbox GL Native](../../README.md) for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS using Objective-C, Swift, or Interface Builder.
-
-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, prebuilt release instead; see the [Mapbox Maps SDK for iOS website](https://docs.mapbox.com/ios/maps/) for installation instructions.
-
-* [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 Maps SDK for iOS](DEVELOPING.md)
-
-![](docs/img/screenshot.png)
+This folder contains build configuration files for the iOS distribution of Mapbox GL Native, which ultimately targets Cocoa Touch applications written in Objective-C, Swift, or Interface Builder via the [Mapbox Maps SDK for iOS](https://docs.mapbox.com/ios/maps/). The SDK was previously developed here in this repository but is now developed [in the separate mapbox-gl-native-ios repository](https://github.com/mapbox/mapbox-gl-native-ios/tree/master/platform/ios/) ([details](https://github.com/mapbox/mapbox-gl-native/issues/15971)).