Changeset 24976 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Aug 9, 2007, 11:08:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r24843 r24976 1301 1301 buildConfigurationList = 149C275D08902AFE008A9EFC /* Build configuration list for PBXNativeTarget "JavaScriptCore" */; 1302 1302 buildPhases = ( 1303 5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */, 1303 1304 932F5B3F0822A1C700736975 /* Headers */, 1304 1305 932F5B910822A1C700736975 /* Sources */, … … 1407 1408 shellPath = /bin/sh; 1408 1409 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"; 1409 1426 }; 1410 1427 65FB3F6509D11E9100F49DEB /* Generate Derived Sources */ = {
Note:
See TracChangeset
for help on using the changeset viewer.