From 28b7809e1f6e3e4922207b63f4aed2910d846a46 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 22 Jun 2018 13:44:20 -0400 Subject: [core] Bump deployment versions to iOS 9, macOS 10.11 --- platform/ios/config.cmake | 2 +- platform/macos/config.cmake | 2 +- 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 $<$: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) -- cgit v1.2.1