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 September 13, 2024 16:45
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.18
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.
exit 1