Closed catshow closed 15 years ago
Confirmed
Those of us that did not do a clean leopard install will still function fine, I'm trying to figure out how to do a conditional OS version in the shell script, then it will be fixed.
Soloution...
if [ -f "/usr/bin/install_name_tool" ]; then /usr/bin/install_name_tool -change @executable_path/../Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit @loader_path/../../../../../../../BGHUDAppKit.framework/Versions/A/BGHUDAppKit "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.ibplugin/Contents/MacOS/${PRODUCT_NAME}" else /Developer/usr/bin/install_name_tool -change @executable_path/../Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit @loader_path/../../../../../../../BGHUDAppKit.framework/Versions/A/BGHUDAppKit "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.ibplugin/Contents/MacOS/${PRODUCT_NAME}" fi
Nice...thanks for the info, I'll get the put into the repo ASAP. (Net has been down for a few days grrrrrrr)
Fixed
change the path to /Developer/usr/bin/install_name_tool