Skip to content

Instantly share code, notes, and snippets.

View salvatore8686's full-sized avatar

Salvatore de bari salvatore8686

View GitHub Profile
@nikias
nikias / limd-build-macos.sh
Last active June 19, 2024 08:34
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
Pubblicità