Skip to content

Commit

Permalink
Small change to align with updated libtatsu
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 5, 2024
1 parent df06f4d commit 4ed598b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LIBIMOBILEDEVICE_VERSION=1.3.0
LIBUSBMUXD_VERSION=2.0.2
LIBPLIST_VERSION=2.6.0
LIMD_GLUE_VERSION=1.2.0
LIBTATSU_VERSION=1.0.0
LIBTATSU_VERSION=1.0.1
LIBZIP_VERSION=1.0
LIBCURL_VERSION=7.0
OPENSSL_VERSION=0.9.8
Expand Down
2 changes: 1 addition & 1 deletion src/idevicerestore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ int get_preboard_manifest(struct idevicerestore_client_t* client, plist_t build_
return -1;
}

plist_dict_set_item(parameters, "_OnlyFWOrTrustedComponents", plist_new_bool(1));
plist_dict_set_item(parameters, "_OnlyFWComponents", plist_new_bool(1));

/* add tags from manifest */
if (tss_request_add_ap_tags(request, parameters, NULL) < 0) {
Expand Down

0 comments on commit 4ed598b

Please sign in to comment.