Skip to content

Instantly share code, notes, and snippets.

View mexmer's full-sized avatar

Josef Micka mexmer

  • Prague, Czech Republic
View GitHub Profile
@nikias
nikias / limd-build-macos.sh
Last active February 10, 2025 23:36
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.19
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.
exit 1