imobiledevice: backport iOS 14 backup patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 35baa6e96f)
This commit is contained in:
Rosen Penev
2020-12-27 16:54:13 -08:00
parent c71f4a82e6
commit 46ecb7d584
4 changed files with 124 additions and 1 deletions
@@ -0,0 +1,21 @@
From b5d575c118ecfc2afcb12739433e916527182327 Mon Sep 17 00:00:00 2001
From: Nikias Bassen <nikias@gmx.li>
Date: Fri, 7 Aug 2020 00:50:46 +0200
Subject: [PATCH] mobilebackup2: Set DeviceLink version to 400 to support iOS
14b4+
---
src/mobilebackup2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/mobilebackup2.c
+++ b/src/mobilebackup2.c
@@ -30,7 +30,7 @@
#include "device_link_service.h"
#include "common/debug.h"
-#define MBACKUP2_VERSION_INT1 300
+#define MBACKUP2_VERSION_INT1 400
#define MBACKUP2_VERSION_INT2 0
#define IS_FLAG_SET(x, y) ((x & y) == y)