mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Projucer: Bump LastUpgradeCheck property in Xcode projects
This commit is contained in:
parent
6ff54f0a64
commit
0510e22f42
1 changed files with 1 additions and 1 deletions
|
|
@ -3290,7 +3290,7 @@ private:
|
|||
{
|
||||
std::map<String, String> attributes;
|
||||
|
||||
attributes["LastUpgradeCheck"] = "1230";
|
||||
attributes["LastUpgradeCheck"] = "1240";
|
||||
attributes["ORGANIZATIONNAME"] = getProject().getCompanyNameString().quoted();
|
||||
|
||||
if (projectType.isGUIApplication() || projectType.isAudioPlugin())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue