From 1753a16d705ae438332af769677bc5682e10dcd4 Mon Sep 17 00:00:00 2001 From: "Thuy.Copeland" Date: Wed, 2 Dec 2020 13:21:12 -0600 Subject: [PATCH] Set the project deployment target to 11.0, so it matches WordPress min --- Gridicons/Gridicons.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gridicons/Gridicons.xcodeproj/project.pbxproj b/Gridicons/Gridicons.xcodeproj/project.pbxproj index 335bc42..51955ca 100644 --- a/Gridicons/Gridicons.xcodeproj/project.pbxproj +++ b/Gridicons/Gridicons.xcodeproj/project.pbxproj @@ -283,7 +283,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -339,7 +339,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";