Skip to content

Commit

Permalink
iPad Air should have 5G rather than LTE
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Mar 19, 2022
1 parent 061222d commit f33faec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Identifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ extension Identifier: CustomStringConvertible {
case (13, 16):
return "5th Gen iPad Air (Wi-Fi)"
case (13, 17):
return "5th Gen iPad Air (Wi-Fi+LTE)"
return "5th Gen iPad Air (Wi-Fi+5G)"
case (13, 2):
return "4th Gen iPad Air (Wi-Fi+LTE)"
case (11, 6):
Expand Down

0 comments on commit f33faec

Please sign in to comment.