From 832334128145cb4431b45baf9a8e25d2b8a3eef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 9 Feb 2016 16:07:13 -0800 Subject: [ios] Set dynamic framework minimum deployment target to iOS 8.0 Fixes #3870. --- CHANGELOG.md | 1 + ios/framework/framework-ios.gypi | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02f7323c6..f49b766f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Known issues: ## iOS 3.1.1 +- Corrected the dynamic framework’s minimum deployment target to iOS 8.0. ([#3872](https://github.com/mapbox/mapbox-gl-native/pull/3872)) - Fixed Fabric compatibility. ([#3847](https://github.com/mapbox/mapbox-gl-native/pull/3847)) ## iOS 3.1.0 diff --git a/ios/framework/framework-ios.gypi b/ios/framework/framework-ios.gypi index 8c83523e58..241b697523 100644 --- a/ios/framework/framework-ios.gypi +++ b/ios/framework/framework-ios.gypi @@ -23,6 +23,7 @@ 'DEFINES_MODULE': 'YES', 'DYLIB_INSTALL_NAME_BASE': '@rpath', 'INFOPLIST_FILE': '../ios/framework/Info.plist', + 'IPHONEOS_DEPLOYMENT_TARGET': '8.0', 'LD_RUNPATH_SEARCH_PATHS': [ '$(inherited)', '@executable_path/Frameworks', -- cgit v1.2.1