Changeset 5730


Ignore:
Timestamp:
Apr 30, 2008, 2:21:32 PM (15 years ago)
Author:
livings124
Message:

add a script to the project file to allow libcurl to link under Tiger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Transmission.xcodeproj/project.pbxproj

    r5687 r5730  
    14941494                                8D11072E0486CEB800E47090 /* Frameworks */,
    14951495                                A24F191B0A3A792300C9C145 /* CopyFiles */,
     1496                                A220D29E0DC8B6030083EDE8 /* ShellScript */,
    14961497                        );
    14971498                        buildRules = (
     
    17581759                        shellScript = "sh macosx/version.sh";
    17591760                };
     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                };
    17601775                BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
    17611776                        isa = PBXShellScriptBuildPhase;
Note: See TracChangeset for help on using the changeset viewer.