mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Updated Xcode compatibility to 8.3
This commit is contained in:
parent
00673ec3bc
commit
aceb07770d
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
namespace
|
||||
{
|
||||
const char* const osxVersionDefault = "default";
|
||||
const int oldestSDKVersion = 5;
|
||||
const int oldestSDKVersion = 6;
|
||||
const int currentSDKVersion = 12;
|
||||
const int minimumAUv3SDKVersion = 11;
|
||||
|
||||
|
|
@ -2560,7 +2560,7 @@ private:
|
|||
{
|
||||
String attributes;
|
||||
|
||||
attributes << "{ LastUpgradeCheck = 0820; ";
|
||||
attributes << "{ LastUpgradeCheck = 0830; ";
|
||||
|
||||
if (projectType.isGUIApplication() || projectType.isAudioPlugin())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue