Skip to content

libimobiledevice.org

A cross-platform protocol library to communicate with iOS devices

Package Information

  • Domain: libimobiledevice.org
  • Name: libimobiledevice.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install idevicedate

Programs

This package provides the following executable programs:

  • idevicedate

Aliases

This package can also be accessed using these aliases:

  • idevicedate

Available Versions

Show all 1 versions
  • 1.3.0

Latest Version: 1.3.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +libimobiledevice.org@1.3.0 -- $SHELL -i

Dependencies

This package depends on:

  • libimobiledevice.org/libplist^2.4
  • gnu.org/libtasn1^4.19
  • libimobiledevice.org/libusbmuxd^2
  • openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libimobiledeviceorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.