summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-09 16:07:13 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-09 16:07:13 -0800
commit832334128145cb4431b45baf9a8e25d2b8a3eef9 (patch)
tree3ea8cb25fbfc599b36e0c0ffd8fe2be38a04e9e7
parent35fdf32de5af7aef1b2d8f221ff74d631a40bcb8 (diff)
downloadqtlocation-mapboxgl-832334128145cb4431b45baf9a8e25d2b8a3eef9.tar.gz
[ios] Set dynamic framework minimum deployment target to iOS 8.0
Fixes #3870.
-rw-r--r--CHANGELOG.md1
-rw-r--r--ios/framework/framework-ios.gypi1
2 files changed, 2 insertions, 0 deletions
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',