Browse Source

Introjucer: bumped latest OSX SDK option to 10.

tags/2021-05-28
jules 11 years ago
parent
commit
f2f8da2abe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h

+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h 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";


Loading…
Cancel
Save