Browse Source

Updated the Xcode exporter upgrade warnings

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
92ff4e285c
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

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


Loading…
Cancel
Save