Skip to content

Commit

Permalink
Merge pull request #176 from hyufe/master
Browse files Browse the repository at this point in the history
Add support for iPhone 16 Pro Max
  • Loading branch information
Depal1 authored Jan 2, 2025
2 parents 8af7308 + 3a6ad5a commit e3168f2
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 e3168f2

Please sign in to comment.