Skip to content

Instantly share code, notes, and snippets.

@soheilbm
Last active July 19, 2025 17:15
Show Gist options
  • Save soheilbm/32d67c3aaad30cf57300d0ad4fd4775c to your computer and use it in GitHub Desktop.
Save soheilbm/32d67c3aaad30cf57300d0ad4fd4775c to your computer and use it in GitHub Desktop.

Revisions

  1. soheilbm revised this gist Jun 21, 2017. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -18,3 +18,11 @@ brew install -v --fresh automake autoconf libtool wget libimobiledevice
    brew install -v --HEAD --fresh --build-from-source ideviceinstaller

    6. ready to go


    In OSX Sierra:
    brew uninstall ideviceinstaller -g
    brew uninstall libimobiledevice -g
    brew install --HEAD libimobiledevice -g
    brew install ideviceinstaller -g
    sudo rm -rf /var/db/lockdown/*
  2. soheilbm created this gist Aug 29, 2016.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    Install libimobiledevice on Mac OS X
    So you'd like to manage your iOS devices by command line?
    You can use libimobiledevice tools for that.
    Easy on Linux. Let's see how it is on Mac OS X.

    You'll need to:
    1. install Xcode
    2. start Xcode and agree to it's license
    3. install Xcode command line tools (Start Xcode, Go to Preferences -> Downloads tab)
    4. install homebrew by this command (sudo password will be prompted)

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    5. run following

    brew install -v --fresh automake autoconf libtool wget libimobiledevice

    brew install -v --HEAD --fresh --build-from-source ideviceinstaller

    6. ready to go