Skip to content
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

Add configuration for Apple iPhone 15. #242

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions moon2/templates/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
devices:
Apple iPhone 15 Pro Max:
width: 430
height: 932
pixelRatio: 3
userAgent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1
Apple iPhone 15 Pro:
width: 393
height: 852
pixelRatio: 3
userAgent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1
Apple iPhone 15 Plus:
width: 430
height: 932
pixelRatio: 3
userAgent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1
Apple iPhone 15:
width: 393
height: 852
pixelRatio: 3
userAgent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1
Apple iPhone 14 Pro Max:
width: 430
height: 932
Expand Down
Loading