From 07f819bf5f84fdfa605822f846d00279ba4f0191 Mon Sep 17 00:00:00 2001 From: tek Date: Wed, 2 Nov 2022 10:41:33 +0100 Subject: [PATCH] Adds new iPhone hardware --- mvt/ios/versions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mvt/ios/versions.py b/mvt/ios/versions.py index 86dec19..9cf996d 100644 --- a/mvt/ios/versions.py +++ b/mvt/ios/versions.py @@ -42,6 +42,9 @@ IPHONE_MODELS = [ {"identifier": "iPhone14,5", "description": "iPhone 13"}, {"identifier": "iPhone14,2", "description": "iPhone 13 Pro"}, {"identifier": "iPhone14,3", "description": "iPhone 13 Pro Max"}, + {"identifier": "iPhone14,8", "decription": "iPhone 14 Plus"}, + {"identifier": "iPhone15,2", "description": "iPhone 14 Pro"}, + {"identifier": "iPhone15,3", "description": "iPhone 14 Pro Max"} ] IPHONE_IOS_VERSIONS = [