Skip to content

Commit

Permalink
Merge pull request #1305 from wakmusic/1303-iphone16-model
Browse files Browse the repository at this point in the history
๐Ÿ”€ :: (#1303) iPhone 16 model ์ถ”๊ฐ€
  • Loading branch information
baekteun authored Oct 3, 2024
2 parents 87598c0 + 4b1d3d2 commit 3832e01
Showing 1 changed file with 4 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 @@ -61,6 +61,10 @@ public struct Device {
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"

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

0 comments on commit 3832e01

Please sign in to comment.