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";