| | 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 | }; |