Ignore:
Timestamp:
Nov 24, 2009, 2:21:13 AM (16 years ago)
Author:
[email protected]
Message:

Fix production builds where the source tree may be read-only.

File:
1 edited

Legend:

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

    r50790 r51337  
    21892189                        runOnlyForDeploymentPostprocessing = 0;
    21902190                        shellPath = /bin/sh;
    2191                         shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\ntouch \"$SRCROOT/Info.plist\"\n";
     2191                        shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != \"Production\" ]]; then\n    touch \"$SRCROOT/Info.plist\";\nfi;\n";
    21922192                };
    21932193                5D35DEE10C7C140B008648B2 /* Generate DTrace header */ = {
Note: See TracChangeset for help on using the changeset viewer.