Skip to content

Commit

Permalink
⚡️ :: iPhone15 시리즈 디바이스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Nov 14, 2023
1 parent bc9f6cf commit 565b156
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Projects/Modules/Utility/Sources/Utils/Devices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ public struct Device {
case "iPhone14,8" : return "iPhone 14 Plus"
case "iPhone15,2" : return "iPhone 14 Pro"
case "iPhone15,3" : return "iPhone 14 Pro Max"
case "iPhone15,4" : return "iPhone 15"
case "iPhone15,5" : return "iPhone 15 Plus"
case "iPhone16,1" : return "iPhone 15 Pro"
case "iPhone16,2" : return "iPhone 15 Pro Max"

//iPod
case "iPod5,1": return "iPod Touch 5"
Expand Down
4 changes: 4 additions & 0 deletions Projects/Services/APIKit/Sources/Devices/Devices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public struct Device {
case "iPhone14,8" : return "iPhone 14 Plus"
case "iPhone15,2" : return "iPhone 14 Pro"
case "iPhone15,3" : return "iPhone 14 Pro Max"
case "iPhone15,4" : return "iPhone 15"
case "iPhone15,5" : return "iPhone 15 Plus"
case "iPhone16,1" : return "iPhone 15 Pro"
case "iPhone16,2" : return "iPhone 15 Pro Max"

//iPod
case "iPod5,1": return "iPod Touch 5"
Expand Down

0 comments on commit 565b156

Please sign in to comment.