Skip to content

Instantly share code, notes, and snippets.

@JJTech0130
Created March 22, 2022 20:42
Show Gist options
  • Save JJTech0130/b63ac1a8319c8d8e461c6e859b6151e5 to your computer and use it in GitHub Desktop.
Save JJTech0130/b63ac1a8319c8d8e461c6e859b6151e5 to your computer and use it in GitHub Desktop.
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/libplist
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/libusbmuxd
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/libimobiledevice
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/libideviceactivation
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/ideviceinstaller
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/libirecovery
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/idevicerestore
git clone -q --single-branch --branch master-msvc https://github.com/libimobiledevice-win32/usbmuxd
git clone -q --single-branch --branch msvc/master https://github.com/libimobiledevice-win32/ios-webkit-debug-proxy
echo "libplist revision:"
git -C libplist rev-parse HEAD
echo "libusbmxud revision:"
git -C libusbmuxd rev-parse HEAD
echo "libimobiledevice revision:"
git -C libimobiledevice rev-parse HEAD
echo "libideviceactivation revision:"
git -C libideviceactivation rev-parse HEAD
echo "ideviceinstaller revision:"
git -C ideviceinstaller rev-parse HEAD
echo "libirecovery revision:"
git -C libirecovery rev-parse HEAD
echo "idevicerestore revision:"
git -C idevicerestore rev-parse HEAD
echo "usbmuxd revision:"
git -C usbmuxd rev-parse HEAD
echo "ios-webkit-debug-proxy revision:"
git -C ios-webkit-debug-proxy rev-parse HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment