Changeset 1051

Show
Ignore:
Timestamp:
10/31/07 22:30:02 (15 months ago)
Author:
stephen_booth
Message:

Added script for Tiger compatibility

Files:
1 modified

Legend:

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

    r1049 r1051  
    19211921                                8D11072E0486CEB800E47090 /* Frameworks */, 
    19221922                                8C9C2ECA0B73138500CE799A /* Copy Frameworks */, 
     1923                                8CD103BF0CD9990300A7354A /* Fix libcurl for Tiger */, 
    19231924                        ); 
    19241925                        buildRules = ( 
     
    20842085 
    20852086/* Begin PBXShellScriptBuildPhase section */ 
     2087                8CD103BF0CD9990300A7354A /* Fix libcurl for Tiger */ = { 
     2088                        isa = PBXShellScriptBuildPhase; 
     2089                        buildActionMask = 2147483647; 
     2090                        files = ( 
     2091                        ); 
     2092                        inputPaths = ( 
     2093                        ); 
     2094                        name = "Fix libcurl for Tiger"; 
     2095                        outputPaths = ( 
     2096                        ); 
     2097                        runOnlyForDeploymentPostprocessing = 0; 
     2098                        shellPath = /bin/sh; 
     2099                        shellScript = "INSTALL_NAME_TOOL=/usr/bin/install_name_tool\nTIGER_CURL=/usr/lib/libcurl.3.dylib\nLEOPARD_CURL=/usr/lib/libcurl.4.dylib\nEXECUTABLE=$TARGET_BUILD_DIR/$WRAPPER_NAME/Contents/MacOS/$TARGET_NAME\n\nif [ -e  $EXECUTABLE ]; then\n\t$INSTALL_NAME_TOOL -change $LEOPARD_CURL $TIGER_CURL $EXECUTABLE\nfi"; 
     2100                }; 
    20862101                8CDE3D860C40136A008E66EB /* ShellScript */ = { 
    20872102                        isa = PBXShellScriptBuildPhase;