diff options
author | Jason Wray <jason@mapbox.com> | 2018-06-22 13:44:20 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-06-25 14:58:46 -0400 |
commit | f3341dd589c6330c0cfd6e8e381398d08493b48a (patch) | |
tree | cb22ca4f7f079f5d9dba5d7eef36240c64df5cbc /platform/ios/config.cmake | |
parent | bc6094eb5539971a7cf7e48c90996a52c89c5815 (diff) | |
download | qtlocation-mapboxgl-f3341dd589c6330c0cfd6e8e381398d08493b48a.tar.gz |
[core] Bump deployment versions to iOS 9, macOS 10.11
Diffstat (limited to 'platform/ios/config.cmake')
-rw-r--r-- | platform/ios/config.cmake | 2 |
1 files changed, 1 insertions, 1 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>) |