]> granicus.if.org Git - transmission/commitdiff
add a script to the project file to allow libcurl to link under Tiger
authorMitchell Livingston <livings124@transmissionbt.com>
Wed, 30 Apr 2008 14:21:32 +0000 (14:21 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Wed, 30 Apr 2008 14:21:32 +0000 (14:21 +0000)
Transmission.xcodeproj/project.pbxproj

index c1196f09907b17308405ff9a6fa31927cce25f6c..e36e2c415a55bcdbd62429e19e9f14c31e41a679 100644 (file)
                                8D11072C0486CEB800E47090 /* Sources */,
                                8D11072E0486CEB800E47090 /* Frameworks */,
                                A24F191B0A3A792300C9C145 /* CopyFiles */,
+                               A220D29E0DC8B6030083EDE8 /* ShellScript */,
                        );
                        buildRules = (
                        );
                        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;