summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-06-22 13:44:20 -0400
committerJason Wray <jason@mapbox.com>2018-06-22 13:44:38 -0400
commit28b7809e1f6e3e4922207b63f4aed2910d846a46 (patch)
tree664689b4a986497187f50ac91455243b76cc73fa
parente1af62e87dfd77d1c38802f082c4981dab1beeab (diff)
downloadqtlocation-mapboxgl-upstream/fb-core-ios-9.tar.gz
[core] Bump deployment versions to iOS 9, macOS 10.11upstream/fb-core-ios-9
-rw-r--r--platform/ios/config.cmake2
-rw-r--r--platform/macos/config.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
index 1caf372b25..8c1d12e6f2 100644
--- a/platform/ios/config.cmake
+++ b/platform/ios/config.cmake
@@ -3,7 +3,7 @@ add_definitions(-DMBGL_USE_GLES2=1)
mason_use(icu VERSION 58.1-min-size)
macro(initialize_ios_target target)
- set_xcode_property(${target} IPHONEOS_DEPLOYMENT_TARGET "8.0")
+ set_xcode_property(${target} IPHONEOS_DEPLOYMENT_TARGET "9.0")
set_xcode_property(${target} ENABLE_BITCODE "YES")
set_xcode_property(${target} BITCODE_GENERATION_MODE bitcode)
set_xcode_property(${target} ONLY_ACTIVE_ARCH $<$<CONFIG:Debug>:YES>)
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake
index 57475f0c7c..89cc59af49 100644
--- a/platform/macos/config.cmake
+++ b/platform/macos/config.cmake
@@ -1,4 +1,4 @@
-set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10)
+set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
mason_use(glfw VERSION 2017-07-13-67c9155)
mason_use(gtest VERSION 1.8.0)