summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)