Browse Source

Projucer: Bumped Xcode LastUpgradeCheck for Xcode 13

v6.1.6
ed 4 years ago
parent
commit
43ebab636f
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

@@ -3329,7 +3329,7 @@ private:
{
std::map<String, String> attributes;
attributes["LastUpgradeCheck"] = "1250";
attributes["LastUpgradeCheck"] = "1300";
attributes["ORGANIZATIONNAME"] = getProject().getCompanyNameString().quoted();
if (projectType.isGUIApplication() || projectType.isAudioPlugin())


Loading…
Cancel
Save