From 0e64bc86aebee0c736c3dd7feaf99e25cc968e6f Mon Sep 17 00:00:00 2001 From: kyle-seongwoo-jun <16515307+kyle-seongwoo-jun@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:14:38 +0000 Subject: [PATCH] feat: add identifiers for September 2024 models --- lib/apple_product_name.g.dart | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/apple_product_name.g.dart b/lib/apple_product_name.g.dart index 40da403..aef4955 100644 --- a/lib/apple_product_name.g.dart +++ b/lib/apple_product_name.g.dart @@ -57,6 +57,10 @@ const _map = { "iPhone15,5": "iPhone 15 Plus", "iPhone16,1": "iPhone 15 Pro", "iPhone16,2": "iPhone 15 Pro Max", + "iPhone17,1": "iPhone 16 Pro", + "iPhone17,2": "iPhone 16 Pro Max", + "iPhone17,3": "iPhone 16", + "iPhone17,4": "iPhone 16 Plus", "iPad1,1": "iPad", "iPad1,2": "iPad", "iPad2,1": "iPad 2", @@ -198,6 +202,10 @@ const _map = { "Watch7,3": "Apple Watch Series 9 (GPS + Cellular)", "Watch7,4": "Apple Watch Series 9 (GPS + Cellular)", "Watch7,5": "Apple Watch Ultra 2", + "Watch7,8": "Apple Watch Series 10 (GPS)", + "Watch7,9": "Apple Watch Series 10 (GPS)", + "Watch7,10": "Apple Watch Series 10 (GPS + Cellular)", + "Watch7,11": "Apple Watch Series 10 (GPS + Cellular)", "AppleTV1,1": "Apple TV (1st generation)", "AppleTV2,1": "Apple TV (2nd generation)", "AppleTV3,1": "Apple TV (3rd generation)",