Skip to content

Commit ba37e40

Browse files
authored
New strategy for asset overrides. Fixes popup warnings (#4)
1 parent c13b639 commit ba37e40

21 files changed

+106
-79
lines changed

AdditionalAssets.xcassets/CustomLoopIcon.appiconset/Contents.json

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -107,83 +107,6 @@
107107
"idiom" : "ios-marketing",
108108
"filename" : "Icon.png",
109109
"scale" : "1x"
110-
},
111-
{
112-
"size" : "24x24",
113-
"idiom" : "watch",
114-
"scale" : "2x",
115-
"role" : "notificationCenter",
116-
"subtype" : "38mm"
117-
},
118-
{
119-
"size" : "27.5x27.5",
120-
"idiom" : "watch",
121-
"scale" : "2x",
122-
"role" : "notificationCenter",
123-
"subtype" : "42mm"
124-
},
125-
{
126-
"size" : "29x29",
127-
"idiom" : "watch",
128-
"filename" : "[email protected]",
129-
"role" : "companionSettings",
130-
"scale" : "2x"
131-
},
132-
{
133-
"size" : "29x29",
134-
"idiom" : "watch",
135-
"filename" : "[email protected]",
136-
"role" : "companionSettings",
137-
"scale" : "3x"
138-
},
139-
{
140-
"size" : "40x40",
141-
"idiom" : "watch",
142-
"filename" : "[email protected]",
143-
"scale" : "2x",
144-
"role" : "appLauncher",
145-
"subtype" : "38mm"
146-
},
147-
{
148-
"size" : "44x44",
149-
"idiom" : "watch",
150-
"scale" : "2x",
151-
"role" : "appLauncher",
152-
"subtype" : "40mm"
153-
},
154-
{
155-
"size" : "50x50",
156-
"idiom" : "watch",
157-
"scale" : "2x",
158-
"role" : "appLauncher",
159-
"subtype" : "44mm"
160-
},
161-
{
162-
"size" : "86x86",
163-
"idiom" : "watch",
164-
"scale" : "2x",
165-
"role" : "quickLook",
166-
"subtype" : "38mm"
167-
},
168-
{
169-
"size" : "98x98",
170-
"idiom" : "watch",
171-
"scale" : "2x",
172-
"role" : "quickLook",
173-
"subtype" : "42mm"
174-
},
175-
{
176-
"size" : "108x108",
177-
"idiom" : "watch",
178-
"scale" : "2x",
179-
"role" : "quickLook",
180-
"subtype" : "44mm"
181-
},
182-
{
183-
"size" : "1024x1024",
184-
"idiom" : "watch-marketing",
185-
"filename" : "Icon-1.png",
186-
"scale" : "1x"
187110
}
188111
],
189112
"info" : {
425 Bytes
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"images" : [
3+
{
4+
"size" : "24x24",
5+
"idiom" : "watch",
6+
"filename" : "[email protected]",
7+
"scale" : "2x",
8+
"role" : "notificationCenter",
9+
"subtype" : "38mm"
10+
},
11+
{
12+
"size" : "27.5x27.5",
13+
"idiom" : "watch",
14+
"filename" : "[email protected]",
15+
"scale" : "2x",
16+
"role" : "notificationCenter",
17+
"subtype" : "42mm"
18+
},
19+
{
20+
"size" : "29x29",
21+
"idiom" : "watch",
22+
"filename" : "[email protected]",
23+
"role" : "companionSettings",
24+
"scale" : "2x"
25+
},
26+
{
27+
"size" : "29x29",
28+
"idiom" : "watch",
29+
"filename" : "[email protected]",
30+
"role" : "companionSettings",
31+
"scale" : "3x"
32+
},
33+
{
34+
"size" : "40x40",
35+
"idiom" : "watch",
36+
"filename" : "[email protected]",
37+
"scale" : "2x",
38+
"role" : "appLauncher",
39+
"subtype" : "38mm"
40+
},
41+
{
42+
"size" : "44x44",
43+
"idiom" : "watch",
44+
"filename" : "[email protected]",
45+
"scale" : "2x",
46+
"role" : "appLauncher",
47+
"subtype" : "40mm"
48+
},
49+
{
50+
"size" : "50x50",
51+
"idiom" : "watch",
52+
"filename" : "[email protected]",
53+
"scale" : "2x",
54+
"role" : "appLauncher",
55+
"subtype" : "44mm"
56+
},
57+
{
58+
"size" : "86x86",
59+
"idiom" : "watch",
60+
"filename" : "[email protected]",
61+
"scale" : "2x",
62+
"role" : "quickLook",
63+
"subtype" : "38mm"
64+
},
65+
{
66+
"size" : "98x98",
67+
"idiom" : "watch",
68+
"filename" : "[email protected]",
69+
"scale" : "2x",
70+
"role" : "quickLook",
71+
"subtype" : "42mm"
72+
},
73+
{
74+
"size" : "108x108",
75+
"idiom" : "watch",
76+
"filename" : "[email protected]",
77+
"scale" : "2x",
78+
"role" : "quickLook",
79+
"subtype" : "44mm"
80+
},
81+
{
82+
"size" : "1024x1024",
83+
"idiom" : "watch-marketing",
84+
"filename" : "Icon.png",
85+
"scale" : "1x"
86+
}
87+
],
88+
"info" : {
89+
"version" : 1,
90+
"author" : "xcode"
91+
}
92+
}
Loading
25 KB
Loading
3.8 KB
Loading

0 commit comments

Comments
 (0)