mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:48:59 +08:00
3fddc04e64
* ideviceinstaller msbuild * v db
22 lines
449 B
JSON
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"
|
|
}
|
|
]
|
|
}
|