Skip to content

Commit

Permalink
add iphone 11s names
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Sep 21, 2019
1 parent 5c5ed95 commit 3579ead
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 @@ -149,6 +149,12 @@ extension Identifier: CustomStringConvertible {
return "iPhone XS Max (China)"
case (11, 8):
return "iPhone XR"
case (12, 1):
return "iPhone 11"
case (12, 3):
return "iPhone 11 Pro"
case (12, 5):
return "iPhone 11 Pro Max"


default:
Expand Down

0 comments on commit 3579ead

Please sign in to comment.