1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Projucer: Updated the latest MacOS SDK version

This commit is contained in:
Tom Poole 2017-12-19 10:54:07 +00:00
parent 072a56cf16
commit 03fef746d5

View file

@ -32,7 +32,7 @@ namespace
{
const char* const osxVersionDefault = "default";
const int oldestSDKVersion = 5;
const int currentSDKVersion = 12;
const int currentSDKVersion = 13;
const int minimumAUv3SDKVersion = 11;
const char* const osxArch_Default = "default";