Xcode: What is LastUpgradeCheck?

Viewed 3398

I did a git diff and saw in Project.xcodeproj/project.pbxproj:

    attributes = {
            BuildIndependentTargetsInParallel = YES;
+           LastUpgradeCheck = 0420;
    };

What's LastUpgradeCheck? Maybe I accidentally opened up the project with Xcode 4.2?

1 Answers
Related