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

Introjucer: bumped latest OSX SDK option to 10.

This commit is contained in:
jules 2014-10-28 11:47:56 +00:00
parent 40fe2186d2
commit f2f8da2abe

View file

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