From f2f8da2abe0f08158b2fca2495cf4f351d45d107 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 28 Oct 2014 11:47:56 +0000 Subject: [PATCH] Introjucer: bumped latest OSX SDK option to 10. --- .../Source/Project Saving/jucer_ProjectExport_XCode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h index 73ec61c354..9dd517d309 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h @@ -26,7 +26,7 @@ namespace { const char* const osxVersionDefault = "default"; const int oldestSDKVersion = 4; - const int currentSDKVersion = 9; + const int currentSDKVersion = 10; const char* const osxArch_Default = "default"; const char* const osxArch_Native = "Native";