Removed duplicate

This commit is contained in:
Nex 2021-09-02 15:28:17 +02:00
parent 595b7e2066
commit 8f04c09b75

View File

@ -30,7 +30,7 @@ class BackupInfo(IOSExtraction):
with open(info_path, "rb") as handle: with open(info_path, "rb") as handle:
info = plistlib.load(handle) info = plistlib.load(handle)
fields = ["Build Version", "Device Name", "Display Name", "GUID", fields = ["Build Version", "Device Name", "Display Name",
"GUID", "ICCID", "IMEI", "MEID", "Installed Applications", "GUID", "ICCID", "IMEI", "MEID", "Installed Applications",
"Last Backup Date", "Phone Number", "Product Name", "Last Backup Date", "Phone Number", "Product Name",
"Product Type", "Product Version", "Serial Number", "Product Type", "Product Version", "Serial Number",