vcpkg/ports/ideviceinstaller/vcpkg.json
Cheney Wang 3ffb147c57
[vcpkg baseline][ideviceinstaller] Fix LNK2019 in static triplet (#28382)
* [ideviceinstaller] Fix LNK2019 in static triplet

* x-add-version

* Add patch file

* x-add-version
2022-12-16 13:50:05 -08:00

14 lines
299 B
JSON

{
"name": "ideviceinstaller",
"version": "1.1.2.23",
"port-version": 5,
"description": "Manage apps of iOS devices",
"homepage": "https://libimobiledevice.org/",
"license": "LGPL-2.1-only",
"supports": "windows & !arm64",
"dependencies": [
"libimobiledevice",
"libzip"
]
}