libusbmuxd v2023-06-21
- Created
- Updated
A client library to multiplex connections from and to iOS devices
# Usage
libusbmuxd provides CMake targets:
find_package(unofficial-libusbmuxd CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::libusbmuxd::libusbmuxd)
# License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# tools
build command line tool
Supports: !android & !ios & !xbox
- ✅ linux
- ✅ osx
- ✅ windows
Dependencies:
and one transitive dependency:
getopt-win32 (by getopt )
Platforms:
windows & !mingw
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by getopt-win32 )
- vcpkg-cmake-config (by getopt-win32 )
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Frederik Carlier
- the-j0k3r
- Robert Schumacher
- Andrew Gunnerson
- Stefano Sinigardi
- JackBoosY
- Phoebe
- Jack·Boos·Yu
- Billy O'Neal
- Weihang Ding
# Changelog
c920ad4
[libusbmuxd]Upgrade to 1.2.137. Fix pkgconfig path.