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:
parent
40fe2186d2
commit
f2f8da2abe
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue