Changeset 100020 in webkit


Ignore:
Timestamp:
Nov 11, 2011, 2:15:57 PM (14 years ago)
Author:
Darin Adler
Message:
  • JavaScriptCore.xcodeproj/project.pbxproj: Let a newer Xcode update this file.

If an older Xcode downgrades this file and we have a risk of some kind of
oscillating commit situation, please contact me so I know not to do this again.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r100006 r100020  
     12011-11-11  Darin Adler  <darin@apple.com>
     2
     3        * JavaScriptCore.xcodeproj/project.pbxproj: Let a newer Xcode update this file.
     4        If an older Xcode downgrades this file and we have a risk of some kind of
     5        oscillating commit situation, please contact me so I know not to do this again.
     6
    172011-11-11  Mark Hahnenberg  <mhahnenberg@apple.com>
    28
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r99906 r100020  
    44        classes = {
    55        };
    6         objectVersion = 45;
     6        objectVersion = 46;
    77        objects = {
    88
     
    30673067                        attributes = {
    30683068                                BuildIndependentTargetsInParallel = YES;
    3069                                 LastUpgradeCheck = 0420;
     3069                                LastUpgradeCheck = 0440;
    30703070                        };
    30713071                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
    3072                         compatibilityVersion = "Xcode 3.1";
     3072                        compatibilityVersion = "Xcode 3.2";
    30733073                        developmentRegion = English;
    30743074                        hasScannedForEncodings = 1;
Note: See TracChangeset for help on using the changeset viewer.