From d7e058af43da5c68ab8f73d1b2d39cab4867d047 Mon Sep 17 00:00:00 2001 From: r-tx <138887278+r-tx@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:48:11 +0000 Subject: [PATCH] add missing iPhone 16 and 17 models (#717) Co-authored-by: r-tx --- src/mvt/ios/data/ios_models.json | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/mvt/ios/data/ios_models.json b/src/mvt/ios/data/ios_models.json index 8ceeeba..2503a4e 100644 --- a/src/mvt/ios/data/ios_models.json +++ b/src/mvt/ios/data/ios_models.json @@ -194,5 +194,41 @@ { "identifier": "iPhone16,2", "description": "iPhone 15 Pro Max" + }, + { + "identifier": "iPhone17,1", + "description": "iPhone 16 Pro" + }, + { + "identifier": "iPhone17,2", + "description": "iPhone 16 Pro Max" + }, + { + "identifier": "iPhone17,3", + "description": "iPhone 16" + }, + { + "identifier": "iPhone17,4", + "description": "iPhone 16 Plus" + }, + { + "identifier": "iPhone17,5", + "description": "iPhone 16e" + }, + { + "identifier": "iPhone18,1", + "description": "iPhone 17 Pro" + }, + { + "identifier": "iPhone18,2", + "description": "iPhone 17 Pro Max" + }, + { + "identifier": "iPhone18,3", + "description": "iPhone 17" + }, + { + "identifier": "iPhone18,4", + "description": "iPhone Air" } ]