Skip to content

Commit

Permalink
[ideviceinstaller] msbuild (#33150)
Browse files Browse the repository at this point in the history
* ideviceinstaller msbuild

* v db
  • Loading branch information
Neumann-A authored Aug 21, 2023
1 parent aeaf27d commit 3fddc04
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ports/ideviceinstaller/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libimobiledevice-win32/ideviceinstaller
Expand All @@ -9,11 +7,13 @@ vcpkg_from_github(
PATCHES Add-missing-lib.patch
)

vcpkg_install_msbuild(
vcpkg_msbuild_install(
SOURCE_PATH "${SOURCE_PATH}"
PROJECT_SUBPATH ideviceinstaller.vcxproj
LICENSE_SUBPATH COPYING
USE_VCPKG_INTEGRATION
DEPENDENT_PKGCONFIG libimobiledevice-1.0 libzip
ADDITIONAL_LIBS getopt.lib
)

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
12 changes: 10 additions & 2 deletions ports/ideviceinstaller/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "ideviceinstaller",
"version": "1.1.2.23",
"port-version": 6,
"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"
"libzip",
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3262,7 +3262,7 @@
},
"ideviceinstaller": {
"baseline": "1.1.2.23",
"port-version": 6
"port-version": 7
},
"idevicerestore": {
"baseline": "1.0.12",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/ideviceinstaller.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7aba247c233ef7200fd22094b8a44c7c836a62d8",
"version": "1.1.2.23",
"port-version": 7
},
{
"git-tree": "7e90c045618ecd5001790b38c44567d47397801e",
"version": "1.1.2.23",
Expand Down

0 comments on commit 3fddc04

Please sign in to comment.