Skip to content

Commit 9378409

Browse files
committed
Update libimobiledevice libraries on macOS
1 parent d939f5d commit 9378409

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed
Binary file not shown.
Binary file not shown.
-48 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

dist/macos/fixlinkpaths.bash

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
install_name_tool -change /usr/local/lib/libimobiledevice-glue-1.0.0.dylib @loader_path/libimobiledevice-glue-1.0.0.dylib libusbmuxd.dylib
4+
install_name_tool -change /usr/local/lib/libplist-2.0.3.dylib @loader_path/libplist.dylib libusbmuxd.dylib
5+
6+
install_name_tool -change /usr/local/lib/libimobiledevice-glue-1.0.0.dylib @loader_path/libimobiledevice-glue-1.0.0.dylib libirecovery.dylib
7+
install_name_tool -change /usr/local/lib/libplist-2.0.3.dylib @loader_path/libplist.dylib libirecovery.dylib
8+
9+
install_name_tool -change /usr/local/lib/libplist-2.0.3.dylib @loader_path/libplist.dylib libimobiledevice-glue-1.0.0.dylib
10+
11+
install_name_tool -change /usr/local/lib/libplist-2.0.3.dylib @loader_path/libplist.dylib libimobiledevice.dylib
12+
install_name_tool -change /usr/local/lib/libimobiledevice-glue-1.0.0.dylib @loader_path/libimobiledevice-glue-1.0.0.dylib libimobiledevice.dylib
13+
install_name_tool -change /usr/local/lib/libusbmuxd-2.0.6.dylib @loader_path/libusbmuxd.dylib libimobiledevice.dylib

0 commit comments

Comments
 (0)