From 4671b11f5882ec46dc975795d8e087a896f18998 Mon Sep 17 00:00:00 2001 From: robaho Date: Thu, 30 Jun 2022 23:54:16 -0500 Subject: [PATCH] requires 10.9 --- Seashore.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seashore.xcconfig b/Seashore.xcconfig index 38dd44cc..7cc772d6 100644 --- a/Seashore.xcconfig +++ b/Seashore.xcconfig @@ -8,7 +8,7 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 // latest XCode 12.4 only supports OSX 10.9+ so you need to change the target, or install older SDKs -MACOSX_DEPLOYMENT_TARGET = 10.7 +MACOSX_DEPLOYMENT_TARGET = 10.9 GCC_GENERATE_DEBUGGING_SYMBOLS = YES //GCC_DEBUGGING_SYMBOLS=full, DEBUG_INFORMATION_FORMAT=dwarf-with-dsym