Changeset 51337 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Nov 24, 2009, 2:21:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r50790 r51337 2189 2189 runOnlyForDeploymentPostprocessing = 0; 2190 2190 shellPath = /bin/sh; 2191 shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\n touch \"$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"; 2192 2192 }; 2193 2193 5D35DEE10C7C140B008648B2 /* Generate DTrace header */ = {
Note:
See TracChangeset
for help on using the changeset viewer.