From 10440640178429fc8e5c319c86e7a3e89746952e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Fri, 30 Mar 2018 05:13:33 -0700 Subject: [ios, macos] Mention update-examples in contributing guide --- platform/ios/DEVELOPING.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/ios/DEVELOPING.md') diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md index 10a94c73f3..b45e5a0e2f 100644 --- a/platform/ios/DEVELOPING.md +++ b/platform/ios/DEVELOPING.md @@ -139,6 +139,8 @@ To add an example code listing to the documentation for a class or class member: to [MGLDocumentationExampleTests](test/MGLDocumentationExampleTests.swift). Wrap the code you’d like to appear in the documentation within `//#-example-code` and `//#-end-example-code` comments. +1. If the header doesn’t already have an example code listing, add the path to + the header to platform/darwin/scripts/update-examples.list. 1. Insert the code listings into the headers: ```bash -- cgit v1.2.1 From 646cbc98ddaa8f6afe84c96888c877628bf405ca Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 12 Apr 2018 11:31:00 -0400 Subject: [ios] Note plans to drop iOS 8 (#11663) --- platform/ios/DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/DEVELOPING.md') diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md index b45e5a0e2f..7a97074d38 100644 --- a/platform/ios/DEVELOPING.md +++ b/platform/ios/DEVELOPING.md @@ -4,7 +4,7 @@ This document explains how to build the Mapbox Maps SDK for iOS from source. It ## Requirements -The Mapbox Maps SDK for iOS and iosapp demo application require iOS 8.0 or above. +The Mapbox Maps SDK for iOS and iosapp demo application require iOS 8.0 or above. _Note: Support for iOS 8 will be removed in a future release and the minimum iOS deployment version will increase to iOS 9.0._ The Mapbox Maps SDK for iOS requires Xcode 9.1 or above to compile from source. -- cgit v1.2.1