Skip to content

Commit

Permalink
Merge branch 'pr/75' into pr/74
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Mar 9, 2022
2 parents 3da472d + cc6b801 commit e7a6502
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/Identifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ extension Identifier: CustomStringConvertible {
return "iPhone 13 mini"
case (14, 5):
return "iPhone 13"
case (14, 6):
return "iPhone SE (3nd Gen)"

default:
return "unknown"
Expand Down Expand Up @@ -313,6 +315,10 @@ extension Identifier: CustomStringConvertible {
return "3rd Gen iPad Air (Wi-Fi+LTE)"
case (13, 1):
return "4th Gen iPad Air (Wi-Fi)"
case (13, 17):
return "5th Gen iPad Air (Wi-Fi)"
case (13, 18):
return "5th Gen iPad Air (Wi-Fi+LTE)"
case (13, 2):
return "4th Gen iPad Air (Wi-Fi+LTE)"
case (11, 6):
Expand Down

0 comments on commit e7a6502

Please sign in to comment.