libimobiledevice

A cross-platform protocol library to communicate with iOS devices

  • 所有者: libimobiledevice/libimobiledevice
  • 平台:
  • 许可证: GNU Lesser General Public License v2.1
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

libimobiledevice

About

A library to communicate with services of Apple iOS devices using native
protocols.

Requirements

Development Packages of:

  • OpenSSL or GnuTLS
  • libplist
  • libusbmuxd

Software:

  • usbmuxd (OSS or Apple's version)
  • make
  • autoheader
  • automake
  • autoconf
  • libtool
  • pkg-config
  • gcc or clang

Optional:

  • cython (Python bindings)
  • doxygen (Documentation)

Installation

To compile run:

./autogen.sh
make
sudo make install

If you require a custom prefix or other option being passed to ./configure
you can pass them directly to ./autogen.sh like this:

./autogen.sh --prefix=/opt/local --enable-debug-code
make
sudo make install

By default, OpenSSL will be used. If you prefer GnuTLS, configure with
--disable-openssl like this:

./autogen.sh --disable-openssl

Who/What/Where?

Credits

Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
libimobiledevice is an independent software library and has not been
authorized, sponsored, or otherwise approved by Apple Inc.

README Updated on: 2019-06-21

主要指标

概览
名称与所有者libimobiledevice/libimobiledevice
主编程语言C
编程语言Shell (语言数: 6)
平台
许可证GNU Lesser General Public License v2.1
所有者活动
创建于2013-02-13 14:33:15
推送于2025-07-15 16:20:07
最后一次提交2025-07-15 18:17:06
发布数26
最新版本名称1.3.0 (发布于 )
第一版名称0.9.0 (发布于 2009-05-10 08:35:09)
用户参与
星数7.2k
关注者数253
派生数1.4k
提交数1.9k
已启用问题?
问题数1419
打开的问题数786
拉请求数23
打开的拉请求数3
关闭的拉请求数221
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?