Skip to content

Commit

Permalink
Add configuration for Apple iPhone 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
aandryashin committed Jan 21, 2024
1 parent 760e10e commit 5395de0
Showing 1 changed file with 24 additions and 0 deletions.
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

0 comments on commit 5395de0

Please sign in to comment.