Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Aug 6, 2020
1 parent 170e1c4 commit b5d575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobilebackup2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b5d575c

Please sign in to comment.