1. 程式人生 > >【轉】Install libimobiledevice on Mac OSX

【轉】Install libimobiledevice on Mac OSX

com app native device blog pre fss command null

About the App

  • App name: libimobiledevice
  • App description: Library to communicate with iOS devices natively
  • App website: http://www.libimobiledevice.org/

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
    " < /dev/null 2> /dev/null

    and press enter/return key. Wait for the command to finish.

  3. Run:
    brew install libimobiledevice

Done! You can now use libimobiledevice.

【轉】Install libimobiledevice on Mac OSX