Skip to content

Commit

Permalink
Merge pull request #141 from FlyMeToTheMoonAndLetMePlayAmongTheStars/…
Browse files Browse the repository at this point in the history
…patch-1

Add support for iPhone 15 Pro Max and 13" M4 iPad Pro
  • Loading branch information
Depal1 authored Jul 1, 2024
2 parents a21b787 + 1fbe3f9 commit 5f8a7c9
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 5f8a7c9

Please sign in to comment.