From 8db96000cb4c49d16967f71a6c88be3f460230e2 Mon Sep 17 00:00:00 2001 From: eskimo Date: Fri, 13 Sep 2024 17:25:58 -0400 Subject: [PATCH] add new iphones --- UIDeviceModelNames/Classes/UIDeviceModelNames.swift | 4 ++++ _Pods.xcodeproj | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 _Pods.xcodeproj diff --git a/UIDeviceModelNames/Classes/UIDeviceModelNames.swift b/UIDeviceModelNames/Classes/UIDeviceModelNames.swift index bca6042..fd35c73 100644 --- a/UIDeviceModelNames/Classes/UIDeviceModelNames.swift +++ b/UIDeviceModelNames/Classes/UIDeviceModelNames.swift @@ -75,6 +75,10 @@ public class UIDeviceModelNames { case "iPhone15,5": return "iPhone 15 Plus" case "iPhone16,1": return "iPhone 15 Pro" case "iPhone16,2": return "iPhone 15 Pro Max" + case "iPhone17,3": return "iPhone 16" + case "iPhone17,4": return "iPhone 16 Plus" + case "iPhone17,1": return "iPhone 16 Pro" + case "iPhone17,2": return "iPhone 16 Pro Max" case "iPad1,1": return "iPad" case "iPad2,1", "iPad2,2", "iPad2,3", "iPad2,4": return "iPad 2" diff --git a/_Pods.xcodeproj b/_Pods.xcodeproj deleted file mode 120000 index 3c5a8e7..0000000 --- a/_Pods.xcodeproj +++ /dev/null @@ -1 +0,0 @@ -Example/Pods/Pods.xcodeproj \ No newline at end of file