Skip to content

Commit

Permalink
Add support for iPhone 16 Pro Max
Browse files Browse the repository at this point in the history
  • Loading branch information
hyufe committed Dec 11, 2024
1 parent 8af7308 commit 3a6ad5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PlayTools/PlaySettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ let settings = PlaySettings.shared
return "A2896"
case "iPhone16,2":
return "A2849"
case "iPhone17,2":
return "A3084"
default:
return "J320xAP"
}
Expand Down

0 comments on commit 3a6ad5a

Please sign in to comment.