From: Mitchell Livingston Date: Wed, 30 Apr 2008 14:21:32 +0000 (+0000) Subject: add a script to the project file to allow libcurl to link under Tiger X-Git-Tag: 1.20~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=318a7cb719b3ef2d394005c4dcd09abf91e87cab;p=transmission add a script to the project file to allow libcurl to link under Tiger --- diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index c1196f099..e36e2c415 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -1493,6 +1493,7 @@ 8D11072C0486CEB800E47090 /* Sources */, 8D11072E0486CEB800E47090 /* Frameworks */, A24F191B0A3A792300C9C145 /* CopyFiles */, + A220D29E0DC8B6030083EDE8 /* ShellScript */, ); buildRules = ( ); @@ -1757,6 +1758,20 @@ shellPath = /bin/sh; shellScript = "sh macosx/version.sh"; }; + A220D29E0DC8B6030083EDE8 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "$(BUILT_PRODUCTS_DIR)/Transmission.app/Contents/MacOS/Transmission", + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "install_name_tool -change /usr/lib/libcurl.4.dylib /usr/lib/libcurl.3.dylib \"$SCRIPT_INPUT_FILE_0\""; + }; BE75C3510C729EE100DBEFE0 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647;