Changeset 5730
- Timestamp:
- Apr 30, 2008, 2:21:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r5687 r5730 1494 1494 8D11072E0486CEB800E47090 /* Frameworks */, 1495 1495 A24F191B0A3A792300C9C145 /* CopyFiles */, 1496 A220D29E0DC8B6030083EDE8 /* ShellScript */, 1496 1497 ); 1497 1498 buildRules = ( … … 1758 1759 shellScript = "sh macosx/version.sh"; 1759 1760 }; 1761 A220D29E0DC8B6030083EDE8 /* ShellScript */ = { 1762 isa = PBXShellScriptBuildPhase; 1763 buildActionMask = 2147483647; 1764 files = ( 1765 ); 1766 inputPaths = ( 1767 "$(BUILT_PRODUCTS_DIR)/Transmission.app/Contents/MacOS/Transmission", 1768 ); 1769 outputPaths = ( 1770 ); 1771 runOnlyForDeploymentPostprocessing = 0; 1772 shellPath = /bin/sh; 1773 shellScript = "install_name_tool -change /usr/lib/libcurl.4.dylib /usr/lib/libcurl.3.dylib \"$SCRIPT_INPUT_FILE_0\""; 1774 }; 1760 1775 BE75C3510C729EE100DBEFE0 /* ShellScript */ = { 1761 1776 isa = PBXShellScriptBuildPhase;
Note: See TracChangeset
for help on using the changeset viewer.