-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for iPhone 16 models and Apple Watch Series 10. #417
Conversation
SwiftLint found issuesWarnings
Generated by 🚫 Danger |
I noticed iPhone16 placeholders still in mapToDevice:
|
we can get the phone string via simulators: case "iPhone17,3": return iPhone16 |
for watch:
|
Please check this Wikipedia page, hardware strings of iPhone 16 series are updated here https://en.wikipedia.org/wiki/List_of_iPhone_models |
Add support for iPhone 16 models and Apple Watch Series 10.