vcpkg/ports/ideviceinstaller/vcpkg.json
Alexander Neumann 3fddc04e64
[ideviceinstaller] msbuild (#33150)
* ideviceinstaller msbuild

* v db
2023-08-21 12:03:34 -07:00

22 lines
449 B
JSON

{
"name": "ideviceinstaller",
"version": "1.1.2.23",
"port-version": 7,
"description": "Manage apps of iOS devices",
"homepage": "https://libimobiledevice.org/",
"license": "LGPL-2.1-only",
"supports": "windows & !arm64 & !xbox",
"dependencies": [
"libimobiledevice",
"libzip",
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}