summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-06-22 13:44:20 -0400
committerJason Wray <friedbunny@users.noreply.github.com>2018-06-25 14:58:46 -0400
commitf3341dd589c6330c0cfd6e8e381398d08493b48a (patch)
treecb22ca4f7f079f5d9dba5d7eef36240c64df5cbc
parentbc6094eb5539971a7cf7e48c90996a52c89c5815 (diff)
downloadqtlocation-mapboxgl-f3341dd589c6330c0cfd6e8e381398d08493b48a.tar.gz
[core] Bump deployment versions to iOS 9, macOS 10.11
-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)