Skip to content

Instantly share code, notes, and snippets.

View meh7an's full-sized avatar

Mehran meh7an

View GitHub Profile
@meh7an
meh7an / limd-build-macos.sh
Last active July 3, 2024 20:33 — forked from nikias/limd-build-macos.sh
Build libimobiledevice stack for macOS with ease
#!/bin/bash
# If you like this script and my work on libimobiledevice, please
# consider becoming a patron at https://patreon.com/nikias - Thanks <3
REV=1.0.17
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.
exit 1