Ignore:
Timestamp:
Aug 9, 2007, 11:08:51 PM (18 years ago)
Author:
bdash
Message:

2007-08-09 Mark Rowe <[email protected]>

Reviewed by Antti.

<rdar://problem/5400709> Versioning in debug and release builds should include minor and tiny version before +

  • Configurations/Version.xcconfig:
  • JavaScriptCore.xcodeproj/project.pbxproj: Add a shell script phase to make to dependency between Version.xcconfig and Info.plist explicit to Xcode.

2007-08-09 Mark Rowe <[email protected]>

Reviewed by Antti.

<rdar://problem/5400709> Versioning in debug and release builds should include minor and tiny version before +

  • Configurations/Version.xcconfig:
  • JavaScriptGlue.xcodeproj/project.pbxproj: Add a shell script phase to make to dependency between Version.xcconfig and Info.plist explicit to Xcode.

2007-08-09 Mark Rowe <[email protected]>

Reviewed by Antti.

<rdar://problem/5400709> Versioning in debug and release builds should include minor and tiny version before +

  • Configurations/Version.xcconfig:
  • WebCore.xcodeproj/project.pbxproj: Add a shell script phase to make to dependency between Version.xcconfig and Info.plist explicit to Xcode.

2007-08-09 Mark Rowe <[email protected]>

Reviewed by Antti.

<rdar://problem/5400709> Versioning in debug and release builds should include minor and tiny version before +

  • Configurations/Version.xcconfig:
  • WebKit.xcodeproj/project.pbxproj: Add a shell script phase to make to dependency between Version.xcconfig and Info.plist explicit to Xcode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r24843 r24976  
    13011301                        buildConfigurationList = 149C275D08902AFE008A9EFC /* Build configuration list for PBXNativeTarget "JavaScriptCore" */;
    13021302                        buildPhases = (
     1303                                5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */,
    13031304                                932F5B3F0822A1C700736975 /* Headers */,
    13041305                                932F5B910822A1C700736975 /* Sources */,
     
    14071408                        shellPath = /bin/sh;
    14081409                        shellScript = "cp \"${SRCROOT}/API/testapi.js\" \"${BUILT_PRODUCTS_DIR}\"";
     1410                };
     1411                5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */ = {
     1412                        isa = PBXShellScriptBuildPhase;
     1413                        buildActionMask = 2147483647;
     1414                        files = (
     1415                        );
     1416                        inputPaths = (
     1417                                "$(SRCROOT)/Configurations/Version.xcconfig",
     1418                        );
     1419                        name = "Update Info.plist with version information";
     1420                        outputPaths = (
     1421                                "$(SRCROOT)/Info.plist",
     1422                        );
     1423                        runOnlyForDeploymentPostprocessing = 0;
     1424                        shellPath = /bin/sh;
     1425                        shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\ntouch \"$SRCROOT/Info.plist\"\n";
    14091426                };
    14101427                65FB3F6509D11E9100F49DEB /* Generate Derived Sources */ = {
Note: See TracChangeset for help on using the changeset viewer.