From 27e97556fcfc1b63bb802b5246d2455ce1570d30 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 15 Oct 2018 19:28:59 +0200 Subject: Change deployment target to OS X 10.6 Allow this to work on earlier OSes. --- dome_key_event_source_simulator.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dome_key_event_source_simulator.xcodeproj/project.pbxproj b/dome_key_event_source_simulator.xcodeproj/project.pbxproj index bbd8708..5934e44 100644 --- a/dome_key_event_source_simulator.xcodeproj/project.pbxproj +++ b/dome_key_event_source_simulator.xcodeproj/project.pbxproj @@ -176,7 +176,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.12; + MACOSX_DEPLOYMENT_TARGET = 10.6; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; @@ -225,7 +225,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.12; + MACOSX_DEPLOYMENT_TARGET = 10.6; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; }; -- cgit v1.2.3