Blame view

DUREX tests/FirstAppExample/Images.xcassets/AppIcon.appiconset/Contents.json 1.37 KB
Imanol-Mikel Barba Sabariego authored
1
2
3
{
  "images" : [
    {
Imanol-Mikel Barba Sabariego authored
4
5
6
7
8
      "idiom" : "iphone",
      "size" : "29x29",
      "scale" : "1x"
    },
    {
Imanol-Mikel Barba Sabariego authored
9
      "idiom" : "iphone",
Imanol-Mikel Barba Sabariego authored
10
      "size" : "29x29",
Imanol-Mikel Barba Sabariego authored
11
12
13
14
      "scale" : "2x"
    },
    {
      "idiom" : "iphone",
Imanol-Mikel Barba Sabariego authored
15
      "size" : "40x40",
Imanol-Mikel Barba Sabariego authored
16
17
18
      "scale" : "2x"
    },
    {
Imanol-Mikel Barba Sabariego authored
19
20
21
22
23
24
25
26
27
28
      "idiom" : "iphone",
      "size" : "57x57",
      "scale" : "1x"
    },
    {
      "idiom" : "iphone",
      "size" : "57x57",
      "scale" : "2x"
    },
    {
Imanol-Mikel Barba Sabariego authored
29
      "idiom" : "iphone",
Imanol-Mikel Barba Sabariego authored
30
      "size" : "60x60",
Imanol-Mikel Barba Sabariego authored
31
      "scale" : "2x"
Imanol-Mikel Barba Sabariego authored
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
    },
    {
      "idiom" : "ipad",
      "size" : "29x29",
      "scale" : "1x"
    },
    {
      "idiom" : "ipad",
      "size" : "29x29",
      "scale" : "2x"
    },
    {
      "idiom" : "ipad",
      "size" : "40x40",
      "scale" : "1x"
    },
    {
      "idiom" : "ipad",
      "size" : "40x40",
      "scale" : "2x"
    },
    {
      "idiom" : "ipad",
      "size" : "50x50",
      "scale" : "1x"
    },
    {
      "idiom" : "ipad",
      "size" : "50x50",
      "scale" : "2x"
    },
    {
      "idiom" : "ipad",
      "size" : "72x72",
      "scale" : "1x"
    },
    {
      "idiom" : "ipad",
      "size" : "72x72",
      "scale" : "2x"
    },
    {
      "idiom" : "ipad",
Imanol-Mikel Barba Sabariego authored
75
      "size" : "76x76",
Imanol-Mikel Barba Sabariego authored
76
77
78
79
      "scale" : "1x"
    },
    {
      "idiom" : "ipad",
Imanol-Mikel Barba Sabariego authored
80
      "size" : "76x76",
Imanol-Mikel Barba Sabariego authored
81
      "scale" : "2x"
Imanol-Mikel Barba Sabariego authored
82
83
84
85
86
87
88
    }
  ],
  "info" : {
    "version" : 1,
    "author" : "xcode"
  }
}