1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Bump LastUpgradeCheck property in Xcode projects

This commit is contained in:
Tom Poole 2020-12-18 15:58:10 +00:00
parent 5354d01a89
commit da07dad30d

View file

@ -3264,7 +3264,7 @@ private:
{
String attributes;
attributes << "{ LastUpgradeCheck = 1220; "
attributes << "{ LastUpgradeCheck = 1230; "
<< "ORGANIZATIONNAME = " << getProject().getCompanyNameString().quoted()
<<"; ";