Line data Source code
1 2 : enum Device {
2 : iPhone12ProMax,
3 : iPhone12Pro,
4 : iPhone12,
5 : iPhone12Mini,
6 : iPhoneSE,
7 : iPhone11ProMax,
8 : iPhone11XSMax,
9 : iPhone11XR,
10 : iPhone11,
11 : iPhoneX,
12 : iPhoneXS,
13 : iPhone11Pro,
14 : iPhone8,
15 : iPhone7,
16 : iPhone8Plus,
17 : iPhone7Plus,
18 : iPhone6SPlus,
19 : iPhoneSE2,
20 : iPhone6S,
21 : iPhone6,
22 : iPodTouch,
23 : lgG5,
24 : lgG4,
25 : lgG3,
26 : lgOptimusG,
27 : lgNexus5,
28 : lgNexus4,
29 : samsungGalaxyS9Plus,
30 : samsungGalaxyS9,
31 : samsungGalaxyS8Plus,
32 : samsungGalaxyS8,
33 : samsungGalaxyS7Edge,
34 : samsungGalaxyS7,
35 : samsungGalaxyS6,
36 : samsungGalaxyS5,
37 : samsungGalaxyS4,
38 : samsungGalaxyNexus,
39 : samsungGalaxyNote8,
40 : samsungGalaxyNote4,
41 : samsungGalaxyNote3,
42 : samsungGalaxyNote2,
43 : samsungGalaxyNote,
44 : microsoftLumia1520,
45 : microsoftLumia1020,
46 : microsoftLumia925,
47 : microsoftLumia920,
48 : microsoftLumia830,
49 : microsoftLumia620,
50 : motorolaNexus6,
51 : htcOne,
52 : htc8X,
53 : htcEvo3D,
54 : sonyXperiaZ3,
55 : sonyXperiaZ,
56 : sonyXperiaS,
57 : sonyXperiaP,
58 : xyaomiRedmiNote8T,
59 : xyaomiRedmiNote6,
60 : xyaomiRedmiNote5,
61 : xyaomiMi4,
62 : xyaomiMi3,
63 : lenovoK900,
64 : }
|