mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
9f3362129f
* [idevicerestore] msbuild * port version * v db * add dependencies * format manifest * v db * fix install of copyright * v db
22 lines
396 B
JSON
22 lines
396 B
JSON
{
|
|
"name": "idevicerestore",
|
|
"version": "1.0.12",
|
|
"port-version": 8,
|
|
"description": "Restore/upgrade firmware of iOS devices",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
"curl",
|
|
"libimobiledevice",
|
|
"libirecovery",
|
|
"libzip",
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"features": [
|
|
"pkg-config"
|
|
],
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|