From b20b79c0557a0756f28ede47b391750bb214092e Mon Sep 17 00:00:00 2001 From: Nicholas Shipes Date: Thu, 28 Jun 2018 07:25:36 -0700 Subject: [PATCH] fix deployment target for shared library in project --- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ .../AerisDemoSupport.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 Demo/AerisDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Demo/AerisDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Demo/AerisDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Demo/AerisDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Demo/AerisDemoSupport/AerisDemoSupport.xcodeproj/project.pbxproj b/Demo/AerisDemoSupport/AerisDemoSupport.xcodeproj/project.pbxproj index 57dfbca..e955af9 100644 --- a/Demo/AerisDemoSupport/AerisDemoSupport.xcodeproj/project.pbxproj +++ b/Demo/AerisDemoSupport/AerisDemoSupport.xcodeproj/project.pbxproj @@ -490,7 +490,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.2; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -542,7 +542,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.2; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES;