1c66b2997 ^
1 2 3 4 5 6
#!/bin/bash -x for i in *.dylib do install_name_tool -id @executable_path/../SharedSupport/$i $i done