Browse Source

Removed the "Update to recommended settings" warning for the latest version of Xcode

tags/2021-05-28
tpoole 8 years ago
parent
commit
9c5f6dbe10
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h

+ 1
- 1
extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h View File

@@ -2431,7 +2431,7 @@ private:
{
String attributes;
attributes << "{ LastUpgradeCheck = 0440; ";
attributes << "{ LastUpgradeCheck = 0820; ";
if (projectType.isGUIApplication() || projectType.isAudioPlugin())
{


Loading…
Cancel
Save