summaryrefslogtreecommitdiff
path: root/platform/ios/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/config.cmake')
-rw-r--r--platform/ios/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
index 6dd3f23a69..4016f695b0 100644
--- a/platform/ios/config.cmake
+++ b/platform/ios/config.cmake
@@ -1,7 +1,7 @@
add_definitions(-DMBGL_USE_GLES2=1)
macro(initialize_ios_target target)
- set_xcode_property(${target} IPHONEOS_DEPLOYMENT_TARGET "9.0")
+ set_xcode_property(${target} IPHONEOS_DEPLOYMENT_TARGET "8.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>)