From 668a4530222c710020cba62b6b65a1522027ac7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 27 Feb 2020 15:58:03 -0800 Subject: [PATCH] =?UTF-8?q?[ios]=20Restored=20support=20for=20iOS=209?= =?UTF-8?q?=E2=80=9311=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ platform/ios/ios.cmake | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51779018ed0..672a5ea5e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ This is a back porting from GL JS [#9333](https://github.com/mapbox/mapbox-gl-js/pull/9333) +- [ios] Restored support for iOS 9–11 by default ([#16241](https://github.com/mapbox/mapbox-gl-native/pull/16242)) + ### ✨ New features - [core] Add Layer::serialize() method ([#16231](https://github.com/mapbox/mapbox-gl-native/pull/16231)) diff --git a/platform/ios/ios.cmake b/platform/ios/ios.cmake index c4cfa10e8c4..28e738cdc3a 100644 --- a/platform/ios/ios.cmake +++ b/platform/ios/ios.cmake @@ -1,5 +1,5 @@ if(NOT DEFINED IOS_DEPLOYMENT_TARGET) - set(IOS_DEPLOYMENT_TARGET "12.0") + set(IOS_DEPLOYMENT_TARGET "9.0") endif() macro(initialize_ios_target target)