-
Notifications
You must be signed in to change notification settings - Fork 145
/
screens.yaml
162 lines (162 loc) · 4.51 KB
/
screens.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
ios:
# 4.0inch:
# devices:
# - iPhone 5
# - iPhone 5c
# - iPhone 5S
# - iPhone SE
# - iPhone iPod Touch (5th generation)
# - iPhone iPod Touch (6th generation)
# - iPhone iPod Touch (7th generation)
# 4.7inch:
# devices:
# - iPhone 6
# - iPhone 6S
# - iPhone 7
# - iPhone 8
5.5inch:
size: 1242x2208
resize: 75%
resources:
statusbar: resources/ios/1242/statusbar_black.png
statusbar black: resources/ios/1242/statusbar_black.png
statusbar white: resources/ios/1242/statusbar_black.png
frame: resources/ios/phones/iPhone_7_Plus_Silver.png
offset: -0-0
devices:
- iPhone 6 Plus
- iPhone 6S Plus
- iPhone 6s Plus
- iPhone 7 Plus
- iPhone 8 Plus
5.8inch:
size: 1125x2436
resize: 87%
resources:
statusbar: resources/ios/1125/statusbar_white.png
statusbar black: resources/ios/1125/statusbar_black.png
statusbar white: resources/ios/1125/statusbar_white.png
frame: resources/ios/phones/Apple iPhone X Silver.png
offset: -0-0
devices:
- iPhone X
- iPhone XS
- iPhone Xs
# 6.1inch:
# devices:
# - iPhone XR
6.5inch:
size: 1242x2688
resize: 87%
resources:
statusbar: resources/ios/6.5inch/statusbar_white.png
statusbar black: resources/ios/6.5inch/statusbar_black.png
statusbar white: resources/ios/6.5inch/statusbar_white.png
frame: resources/ios/phones/Apple iPhone XS Max Silver.png
offset: -0-2
devices:
- iPhone XS Max
- iPhone Xs Max
- iPhone 11 Pro Max
# 7.9inches:
# devices:
# - iPad Mini
# - iPad Mini 2
# - iPad Mini 3
# - iPad Mini 4
# - iPad Mini 5
# 9.7inch:
# devices:
# - iPad (1st generation)
# - iPad 2
# - iPad (3rd generation)
# - iPad (4th generation)
# - iPad (5th generation)
# - iPad (6th generation)
# - iPad Air
# - iPad Air 2
# - iPad Pro
# 10.5inch:
# devices:
# - iPad Pro (10.5-inch) (1st generation)
12.9inch:
size: 2048x2732
resize: 86%
resources:
statusbar: resources/ios/2048/statusbar_white.png
statusbar black: resources/ios/2048/statusbar_white.png
statusbar white: resources/ios/2048/statusbar_white.png
frame: resources/ios/phones/iPad_Pro_Silver.png
offset: -0-0
devices:
- iPad Pro (12.9-inch) (1st generation)
- iPad Pro (12.9-inch) (2nd generation)
12.9inch_3rd_generation:
size: 2048x2732
resize: 91.25%
resources:
statusbar: resources/ios/2048/statusbar_white.png
statusbar black: resources/ios/2048/statusbar_white.png
statusbar white: resources/ios/2048/statusbar_white.png
frame: resources/ios/phones/iPad_Pro_Space_Grey_3rd_Generation.png
offset: -3+2
devices:
- iPad Pro (12.9-inch) (3rd generation)
android:
5.2inch:
size: 1080x1920
resize: 80%
resources:
statusbar: resources/android/1080/statusbar.png
statusbar black: resources/android/1080/statusbar.png
statusbar white: resources/android/1080/statusbar.png
navbar: resources/android/1080/navbar.png
frame: resources/android/phones/Nexus_5X.png
offset: -4-9
destName: phone
devices:
- Nexus 5X
# destName: sevenInch
# destName: tenInch
5.7inch:
size: 1440x2560
resize: 80%
resources:
statusbar: resources/android/1440/statusbar.png
statusbar black: resources/android/1440/statusbar.png
statusbar white: resources/android/1440/statusbar.png
navbar: resources/android/1440/navbar_black.png
frame: resources/android/phones/Nexus 6P.png
offset: -3+8
destName: phone
devices:
- Nexus 6P
8.9inch:
size: 1536x2048
resize: 80%
resources:
statusbar: resources/android/1536/statusbar.png
statusbar black: resources/android/1536/statusbar.png
statusbar white: resources/android/1536/statusbar.png
navbar: resources/android/1536/navigationbar.png
frame: resources/android/tablets/Nexus 9.png
offset: +0+0
destName: tenInch
devices:
- Nexus 9
# placeholder for android device type (phone/tenInch/sevenInch)
# used when framing is off to generate fastlane path
# (avoids warning about using 'phone' as default)
default phone:
destName: phone
devices:
- default phone
- Nexus 6
default sevenInch:
destName: sevenInch
devices:
- default seven inch
default tenInch:
destName: tenInch
devices:
- default ten inch