From aceb07770d23ababaa4aeb3d47e67d1fd2ed5dde Mon Sep 17 00:00:00 2001 From: tpoole Date: Thu, 30 Mar 2017 10:12:43 +0100 Subject: [PATCH] Updated Xcode compatibility to 8.3 --- .../Source/Project Saving/jucer_ProjectExport_XCode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h b/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h index 69b4253b31..32958c04d6 100644 --- a/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h +++ b/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h @@ -28,7 +28,7 @@ namespace { const char* const osxVersionDefault = "default"; - const int oldestSDKVersion = 5; + const int oldestSDKVersion = 6; const int currentSDKVersion = 12; const int minimumAUv3SDKVersion = 11; @@ -2560,7 +2560,7 @@ private: { String attributes; - attributes << "{ LastUpgradeCheck = 0820; "; + attributes << "{ LastUpgradeCheck = 0830; "; if (projectType.isGUIApplication() || projectType.isAudioPlugin()) {