From e35921e504a94cbe5f8cbc35b15943f1d2e8903f Mon Sep 17 00:00:00 2001 From: Jordan Kiley Date: Mon, 15 Oct 2018 10:18:50 +0800 Subject: [ios] Create a branch that supports iOS 8 (#13036) * [ios] switched deployment * [ios, macos] started to restore iOS 8 support * [ios] Started to restore iOS 8 support * [ios, macos] Switching storage types * [ios] update iosapp * [ios, macos] fixed a test, documented length is unavailable * [ios] remove safe area from integration test * [ios] Update Changelog, Installation guide, and README * [ios] Addressed Fabian's feedback --- platform/ios/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/config.cmake') diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake index 471c1183a5..8707fb8d12 100644 --- a/platform/ios/config.cmake +++ b/platform/ios/config.cmake @@ -1,7 +1,7 @@ set(USE_GLES2 ON) 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 $<$:YES>) -- cgit v1.2.1