Skip to content

Commit

Permalink
Add support for iPhone 15 Pro Max and 13" M4 iPad Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 8cb657d commit 1fbe3f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PlayTools/PlaySettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ let settings = PlaySettings.shared
return "J522AP"
case "iPad14,5":
return "A2436"
case "iPad16,6":
return "A2925"
case "iPhone14,3":
return "A2645"
case "iPhone15,3":
return "A2896"
case "iPhone16,2":
return "A2849"
default:
return "J320xAP"
}
Expand Down

0 comments on commit 1fbe3f9

Please sign in to comment.