Blame view

BT Vendor/FirstAppExample/Images.xcassets/AppIcon.appiconset/Contents.json 1.58 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
10
      "size" : "29x29",
      "idiom" : "iphone",
Imanol-Mikel Barba Sabariego authored
11
      "filename" : "29 - App Icon_2x.png",
Imanol-Mikel Barba Sabariego authored
12
13
14
15
16
      "scale" : "2x"
    },
    {
      "size" : "40x40",
      "idiom" : "iphone",
Imanol-Mikel Barba Sabariego authored
17
      "filename" : "40 - App Icon_2x.png",
Imanol-Mikel Barba Sabariego authored
18
19
20
      "scale" : "2x"
    },
    {
Imanol-Mikel Barba Sabariego authored
21
22
23
24
25
26
27
28
29
30
      "idiom" : "iphone",
      "size" : "57x57",
      "scale" : "1x"
    },
    {
      "idiom" : "iphone",
      "size" : "57x57",
      "scale" : "2x"
    },
    {
Imanol-Mikel Barba Sabariego authored
31
32
      "size" : "60x60",
      "idiom" : "iphone",
33
      "filename" : "60 - App Icon_2x.png",
Imanol-Mikel Barba Sabariego authored
34
      "scale" : "2x"
Imanol-Mikel Barba Sabariego authored
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
    },
    {
      "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"
    },
    {
      "size" : "76x76",
      "idiom" : "ipad",
Imanol-Mikel Barba Sabariego authored
79
      "filename" : "76 - App Icon_1x.png",
Imanol-Mikel Barba Sabariego authored
80
81
82
83
84
      "scale" : "1x"
    },
    {
      "size" : "76x76",
      "idiom" : "ipad",
Imanol-Mikel Barba Sabariego authored
85
      "filename" : "76 - App Icon_2x.png",
Imanol-Mikel Barba Sabariego authored
86
      "scale" : "2x"
Imanol-Mikel Barba Sabariego authored
87
88
89
90
91
92
93
    }
  ],
  "info" : {
    "version" : 1,
    "author" : "xcode"
  }
}