mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 02:58:24 -05:00
14 lines
254 B
JSON
Executable File
14 lines
254 B
JSON
Executable File
{
|
|
"name": "idevicerestore",
|
|
"version": "1.0.12",
|
|
"port-version": 7,
|
|
"description": "Restore/upgrade firmware of iOS devices",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
"curl",
|
|
"libimobiledevice",
|
|
"libirecovery",
|
|
"libzip"
|
|
]
|
|
}
|