From 468cf0e6184e75c1869f63e5cc14e1d86c04aa05 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Sun, 23 Mar 2025 03:08:56 -0600 Subject: [PATCH] fixed install_name_tool path --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 776cbe7..6e0f268 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ git clone https://github.com/libimobiledevice/libplist cd libplist ./autogen.sh --prefix=$PWD/install --without-cython make -j4 -cd src/.libs install_name_tool -id @rpath/libplist-2.0.4.dylib src/.libs/libplist-2.0.4.dylib cd .. git clone https://github.com/oomer/vmax2bella.git