Skip to content

Instantly share code, notes, and snippets.

@LukeZGD
LukeZGD / limd-build-macos.sh
Last active July 4, 2024 01:16 — 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
export MACOSX_DEPLOYMENT_TARGET=10.9
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.