Browse Source

Projucer: Updated the latest MacOS SDK version

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
03fef746d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 1
- 1
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h 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";


Loading…
Cancel
Save