-
Notifications
You must be signed in to change notification settings - Fork 494
Adds detection for MacBook Air, MacBook Pro devices #6594
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
Conversation
One thing I have doubts about are user agents starting with Safari. |
CFNetwork/
|
Safari/14606.1.36.1.9 CFNetwork/974.1 Darwin/18.0.0 (x86_64) safari $1.$3.$4 = 14.1.36 webkit $2 = 606 we know that the IOS version = version safari |
name: Microsoft Office Excel | ||
version: 16.44.1213 | ||
- | ||
user_agent: Microsoft Office OneNote/16.43/201106 (iOS/14.0.1; Tablet; es-MX; AppStore; Apple/iPad11,6) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here, too, you can define the device in the next PR
regex: Apple/iPad11,6
model: 'iPad 8 10.2" WiFi'
I think this list might help https://everyi.com/by-identifier/ipod-iphone-ipad-specs-by-model-identifier.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only had a rough look through the changes, but it imho looks good now.
@sanchezzzhak feel free to have another look and merge if everything is fine for you as well
No description provided.