early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/ideviceinstaller/portfile.cmake
vendored
Executable file
16
externals/vcpkg/ports/ideviceinstaller/portfile.cmake
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libimobiledevice-win32/ideviceinstaller
|
||||
REF 1.1.2.23
|
||||
SHA512 d0801b3a38eb02206a6f06e05cc19b794c69a87c06895165f64522c61e07030046499c5f0e436981682f9e17f91eae87913cca091e2e039a74ee35a5136100d4
|
||||
HEAD_REF msvc-master
|
||||
)
|
||||
|
||||
vcpkg_install_msbuild(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PROJECT_SUBPATH ideviceinstaller.vcxproj
|
||||
LICENSE_SUBPATH COPYING
|
||||
USE_VCPKG_INTEGRATION
|
||||
)
|
||||
|
||||
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
||||
11
externals/vcpkg/ports/ideviceinstaller/vcpkg.json
vendored
Executable file
11
externals/vcpkg/ports/ideviceinstaller/vcpkg.json
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "ideviceinstaller",
|
||||
"version-string": "1.1.2.23",
|
||||
"port-version": 3,
|
||||
"description": "Manage apps of iOS devices",
|
||||
"supports": "!(windows & arm64)",
|
||||
"dependencies": [
|
||||
"libimobiledevice",
|
||||
"libzip"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user