From 1c66b29979f2a3a9740545b4dbecdb08ea002e92 Mon Sep 17 00:00:00 2001 From: Socapex Date: Tue, 4 Dec 2012 02:05:39 -0500 Subject: Included more library dependencies. Delete unnecessary .app. --- Xcode/libs/libs-change.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 Xcode/libs/libs-change.sh (limited to 'Xcode/libs/libs-change.sh') diff --git a/Xcode/libs/libs-change.sh b/Xcode/libs/libs-change.sh new file mode 100755 index 000000000..1a214d307 --- /dev/null +++ b/Xcode/libs/libs-change.sh @@ -0,0 +1,13 @@ +#!/bin/bash -x + +#uncomment to get list of files +# for i in *.dylib +# do +# echo -change /opt/local/lib/$i @executable_path/../SharedSupport/$i +# done > changes + + +for i in *.dylib +do +install_name_tool `cat changes` $i +done -- cgit v1.2.3-70-g09d2