mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:11:17 +08:00
3ffb147c57
* [ideviceinstaller] Fix LNK2019 in static triplet * x-add-version * Add patch file * x-add-version
14 lines
299 B
JSON
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"
|
|
]
|
|
}
|