libusbmuxd: update to 2.1.0
[feed/packages.git] / libs / libimobiledevice / patches / 110-iOS14.patch
1 From d857a83272d921929ae6ccf1fa70d85768840e84 Mon Sep 17 00:00:00 2001
2 From: Nikias Bassen <nikias@gmx.li>
3 Date: Mon, 10 Aug 2020 15:39:56 +0200
4 Subject: [PATCH] screenshotr: Set DeviceLink version to 400 to support iOS
5 14b4+
6
7 ---
8 src/screenshotr.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/src/screenshotr.c
12 +++ b/src/screenshotr.c
13 @@ -30,7 +30,7 @@
14 #include "device_link_service.h"
15 #include "common/debug.h"
16
17 -#define SCREENSHOTR_VERSION_INT1 300
18 +#define SCREENSHOTR_VERSION_INT1 400
19 #define SCREENSHOTR_VERSION_INT2 0
20
21 /**