Browse Source

MacOS: Removed the "update to latest version" Xcode warning

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
1774052b61
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

@@ -3388,7 +3388,7 @@ private:
{
String attributes;
attributes << "{ LastUpgradeCheck = 0930; "
attributes << "{ LastUpgradeCheck = 1010; "
<< "ORGANIZATIONNAME = " << getProject().getCompanyNameString().quoted()
<<"; ";


Loading…
Cancel
Save