Compare commits

..

No commits in common. "34dd27c5d28b6e3a2103b7eb9e05ae400f70e6db" and "c1938d2ead62b47bf4df4bb7ec1a4930ff4f93e2" have entirely different histories.

1 changed files with 1 additions and 6 deletions

View File

@ -38,10 +38,6 @@ IPHONE_MODELS = [
{"identifier": "iPhone13,2", "description": "iPhone 12"},
{"identifier": "iPhone13,3", "description": "iPhone 12 Pro"},
{"identifier": "iPhone13,4", "description": "iPhone 12 Pro Max"},
{"identifier": "iPhone14,4", "description": "iPhone 13 Mini"},
{"identifier": "iPhone14,5", "description": "iPhone 13"},
{"identifier": "iPhone14,2", "description": "iPhone 13 Pro"},
{"identifier": "iPhone14,3", "description": "iPhone 13 Pro Max"},
]
IPHONE_IOS_VERSIONS = [
@ -229,8 +225,7 @@ IPHONE_IOS_VERSIONS = [
{"build": "18H17", "version": "14.8"},
{"build": "19A346", "version": "15.0"},
{"build": "19A348", "version": "15.0.1"},
{"build": "19A404", "version": "15.0.2"},
{"build": "19B74", "version": "15.1"},
{"build": "19A404", "version": "15.0.2"}
]
def get_device_desc_from_id(identifier, devices_list=IPHONE_MODELS):