Skip to content

Commit c7a0588

Browse files
author
SeiRyu
committed
AppIcons: build
1 parent d1ea2bd commit c7a0588

40 files changed

+355
-5
lines changed

Provenance.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -3012,7 +3012,6 @@
30123012
dstPath = "";
30133013
dstSubfolderSpec = 10;
30143014
files = (
3015-
939A430A2A35AE14001AFF6B /* PVRetroArch.framework in Embed Frameworks */,
30163015
93DB7D402A750AE0005F8B26 /* libavcodec.framework in Embed Frameworks */,
30173016
93DB7D412A750AE2005F8B26 /* libavformat.framework in Embed Frameworks */,
30183017
93DB7D422A750AE5005F8B26 /* libavutil.framework in Embed Frameworks */,
@@ -3021,6 +3020,7 @@
30213020
93DC577F2A3582C4008645AB /* libMoltenVK_PPSSPP.dylib in Embed Frameworks */,
30223021
936FDBEC295855A50073628A /* libMoltenVK_Play.dylib in Embed Frameworks */,
30233022
B3FAC92A292B4505005E8B11 /* PVFCEU.framework in Embed Frameworks */,
3023+
939A430A2A35AE14001AFF6B /* PVRetroArch.framework in Embed Frameworks */,
30243024
B3FAC93A292B4589005E8B11 /* PVMednafen.framework in Embed Frameworks */,
30253025
B3FAC952292B45A9005E8B11 /* PVSNES.framework in Embed Frameworks */,
30263026
B3FAC94E292B45A4005E8B11 /* PVPotator.framework in Embed Frameworks */,
@@ -4225,12 +4225,12 @@
42254225
B37CE669293F23C20010B746 /* PVVecX.framework in Frameworks */,
42264226
C13CC82923CABE2800463EDD /* Photos.framework in Frameworks */,
42274227
B377E67E21252C6600D88973 /* GameController.framework in Frameworks */,
4228-
939A43092A35ADE2001AFF6B /* PVRetroArch.framework in Frameworks */,
42294228
1A4869D817C8D54D0019F6D2 /* libxml2.dylib in Frameworks */,
42304229
B33625FC26EDF88200DC41EA /* MetalKit.framework in Frameworks */,
42314230
B3FAC959292B45C1005E8B11 /* PVVirtualJaguar.framework in Frameworks */,
42324231
1180B3182492A94200636C8A /* CoreServices.framework in Frameworks */,
42334232
1A3D432C17B2FDFE004DFFFC /* libz.dylib in Frameworks */,
4233+
939A43092A35ADE2001AFF6B /* PVRetroArch.framework in Frameworks */,
42344234
1A2A95AA17F7682400F1CB0D /* libstdc++.dylib in Frameworks */,
42354235
B3FAC94F292B45A6005E8B11 /* PVRSPCXD4.framework in Frameworks */,
42364236
1A2B0E8E1AD18961005FB77C /* libc++.dylib in Frameworks */,
@@ -4253,6 +4253,7 @@
42534253
B3DEEF922942F92C00A6957C /* PVBliss.framework in Frameworks */,
42544254
B3FAC929292B4505005E8B11 /* PVFCEU.framework in Frameworks */,
42554255
B3FAC953292B45AC005E8B11 /* PVStella.framework in Frameworks */,
4256+
B3FAC937292B4585005E8B11 /* PVLibRetro.framework in Frameworks */,
42564257
B3FAC921292B44F3005E8B11 /* PVAtari800.framework in Frameworks */,
42574258
1A4869E017C8D60C0019F6D2 /* SystemConfiguration.framework in Frameworks */,
42584259
1A4869D617C8D5450019F6D2 /* CoreData.framework in Frameworks */,
@@ -4277,7 +4278,6 @@
42774278
B33625FD26EDF88200DC41EA /* Metal.framework in Frameworks */,
42784279
1A3D431E17B2F01F004DFFFC /* OpenGLES.framework in Frameworks */,
42794280
1A3D409A17B2DCE4004DFFFC /* Foundation.framework in Frameworks */,
4280-
B3FAC937292B4585005E8B11 /* PVLibRetro.framework in Frameworks */,
42814281
B3271BDB276B8B2E0031AECC /* OpenGL.framework in Frameworks */,
42824282
1A3D409C17B2DCE4004DFFFC /* CoreGraphics.framework in Frameworks */,
42834283
B390B0EA276B2DB20018E065 /* AltKit in Frameworks */,
@@ -4368,7 +4368,6 @@
43684368
930499F22A9307BF00BF257F /* PVSnesticle.framework in Frameworks */,
43694369
930499A72A93073800BF257F /* libMoltenVK.dylib in Frameworks */,
43704370
930499A82A93073800BF257F /* CoreTelephony.framework in Frameworks */,
4371-
930499A62A93073800BF257F /* PVLibRetro.framework in Frameworks */,
43724371
930499A92A93073800BF257F /* Photos.framework in Frameworks */,
43734372
930499AA2A93073800BF257F /* GameController.framework in Frameworks */,
43744373
930499AB2A93073800BF257F /* libxml2.dylib in Frameworks */,
@@ -4396,6 +4395,7 @@
43964395
930499C22A93073800BF257F /* CoreGraphics.framework in Frameworks */,
43974396
930499B82A93073800BF257F /* PVLibrary.framework in Frameworks */,
43984397
930499C32A93073800BF257F /* Reachability in Frameworks */,
4398+
930499A62A93073800BF257F /* PVLibRetro.framework in Frameworks */,
43994399
930499C42A93073800BF257F /* AltKit in Frameworks */,
44004400
930499C52A93073800BF257F /* Introspect in Frameworks */,
44014401
);

Provenance/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

+239-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,110 @@
11
{
22
"images" : [
3+
{
4+
"filename" : "[email protected]",
5+
"idiom" : "universal",
6+
"platform" : "ios",
7+
"scale" : "2x",
8+
"size" : "20x20"
9+
},
10+
{
11+
"filename" : "[email protected]",
12+
"idiom" : "universal",
13+
"platform" : "ios",
14+
"scale" : "3x",
15+
"size" : "20x20"
16+
},
17+
{
18+
"filename" : "[email protected]",
19+
"idiom" : "universal",
20+
"platform" : "ios",
21+
"scale" : "2x",
22+
"size" : "29x29"
23+
},
24+
{
25+
"filename" : "[email protected]",
26+
"idiom" : "universal",
27+
"platform" : "ios",
28+
"scale" : "3x",
29+
"size" : "29x29"
30+
},
31+
{
32+
"filename" : "[email protected]",
33+
"idiom" : "universal",
34+
"platform" : "ios",
35+
"scale" : "2x",
36+
"size" : "38x38"
37+
},
38+
{
39+
"filename" : "[email protected]",
40+
"idiom" : "universal",
41+
"platform" : "ios",
42+
"scale" : "3x",
43+
"size" : "38x38"
44+
},
45+
{
46+
"filename" : "[email protected]",
47+
"idiom" : "universal",
48+
"platform" : "ios",
49+
"scale" : "2x",
50+
"size" : "40x40"
51+
},
52+
{
53+
"filename" : "[email protected]",
54+
"idiom" : "universal",
55+
"platform" : "ios",
56+
"scale" : "3x",
57+
"size" : "40x40"
58+
},
59+
{
60+
"filename" : "[email protected]",
61+
"idiom" : "universal",
62+
"platform" : "ios",
63+
"scale" : "2x",
64+
"size" : "60x60"
65+
},
66+
{
67+
"filename" : "[email protected]",
68+
"idiom" : "universal",
69+
"platform" : "ios",
70+
"scale" : "3x",
71+
"size" : "60x60"
72+
},
73+
{
74+
"filename" : "[email protected]",
75+
"idiom" : "universal",
76+
"platform" : "ios",
77+
"scale" : "2x",
78+
"size" : "64x64"
79+
},
80+
{
81+
"filename" : "[email protected]",
82+
"idiom" : "universal",
83+
"platform" : "ios",
84+
"scale" : "3x",
85+
"size" : "64x64"
86+
},
87+
{
88+
"filename" : "[email protected]",
89+
"idiom" : "universal",
90+
"platform" : "ios",
91+
"scale" : "2x",
92+
"size" : "68x68"
93+
},
94+
{
95+
"filename" : "[email protected]",
96+
"idiom" : "universal",
97+
"platform" : "ios",
98+
"scale" : "2x",
99+
"size" : "76x76"
100+
},
101+
{
102+
"filename" : "[email protected]",
103+
"idiom" : "universal",
104+
"platform" : "ios",
105+
"scale" : "2x",
106+
"size" : "83.5x83.5"
107+
},
3108
{
4109
"filename" : "[email protected]",
5110
"idiom" : "universal",
@@ -67,7 +172,140 @@
67172
"size" : "512x512"
68173
},
69174
{
70-
"filename" : "iTunesArtwork@2x 2.png",
175+
"filename" : "[email protected]",
176+
"idiom" : "universal",
177+
"platform" : "watchos",
178+
"scale" : "2x",
179+
"size" : "22x22"
180+
},
181+
{
182+
"filename" : "[email protected]",
183+
"idiom" : "universal",
184+
"platform" : "watchos",
185+
"scale" : "2x",
186+
"size" : "24x24"
187+
},
188+
{
189+
"filename" : "[email protected]",
190+
"idiom" : "universal",
191+
"platform" : "watchos",
192+
"scale" : "2x",
193+
"size" : "27.5x27.5"
194+
},
195+
{
196+
"filename" : "[email protected]",
197+
"idiom" : "universal",
198+
"platform" : "watchos",
199+
"scale" : "2x",
200+
"size" : "29x29"
201+
},
202+
{
203+
"filename" : "[email protected]",
204+
"idiom" : "universal",
205+
"platform" : "watchos",
206+
"scale" : "2x",
207+
"size" : "30x30"
208+
},
209+
{
210+
"filename" : "[email protected]",
211+
"idiom" : "universal",
212+
"platform" : "watchos",
213+
"scale" : "2x",
214+
"size" : "32x32"
215+
},
216+
{
217+
"filename" : "[email protected]",
218+
"idiom" : "universal",
219+
"platform" : "watchos",
220+
"scale" : "2x",
221+
"size" : "33x33"
222+
},
223+
{
224+
"filename" : "[email protected]",
225+
"idiom" : "universal",
226+
"platform" : "watchos",
227+
"scale" : "2x",
228+
"size" : "40x40"
229+
},
230+
{
231+
"filename" : "[email protected]",
232+
"idiom" : "universal",
233+
"platform" : "watchos",
234+
"scale" : "2x",
235+
"size" : "43.5x43.5"
236+
},
237+
{
238+
"filename" : "[email protected]",
239+
"idiom" : "universal",
240+
"platform" : "watchos",
241+
"scale" : "2x",
242+
"size" : "44x44"
243+
},
244+
{
245+
"filename" : "[email protected]",
246+
"idiom" : "universal",
247+
"platform" : "watchos",
248+
"scale" : "2x",
249+
"size" : "46x46"
250+
},
251+
{
252+
"filename" : "[email protected]",
253+
"idiom" : "universal",
254+
"platform" : "watchos",
255+
"scale" : "2x",
256+
"size" : "50x50"
257+
},
258+
{
259+
"filename" : "[email protected]",
260+
"idiom" : "universal",
261+
"platform" : "watchos",
262+
"scale" : "2x",
263+
"size" : "51x51"
264+
},
265+
{
266+
"filename" : "[email protected]",
267+
"idiom" : "universal",
268+
"platform" : "watchos",
269+
"scale" : "2x",
270+
"size" : "54x54"
271+
},
272+
{
273+
"filename" : "[email protected]",
274+
"idiom" : "universal",
275+
"platform" : "watchos",
276+
"scale" : "2x",
277+
"size" : "86x86"
278+
},
279+
{
280+
"filename" : "[email protected]",
281+
"idiom" : "universal",
282+
"platform" : "watchos",
283+
"scale" : "2x",
284+
"size" : "98x98"
285+
},
286+
{
287+
"filename" : "[email protected]",
288+
"idiom" : "universal",
289+
"platform" : "watchos",
290+
"scale" : "2x",
291+
"size" : "108x108"
292+
},
293+
{
294+
"filename" : "[email protected]",
295+
"idiom" : "universal",
296+
"platform" : "watchos",
297+
"scale" : "2x",
298+
"size" : "117x117"
299+
},
300+
{
301+
"filename" : "[email protected]",
302+
"idiom" : "universal",
303+
"platform" : "watchos",
304+
"scale" : "2x",
305+
"size" : "129x129"
306+
},
307+
{
308+
"filename" : "watchos1024.png",
71309
"idiom" : "universal",
72310
"platform" : "watchos",
73311
"size" : "1024x1024"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
sips -Z 100 [email protected]
25+
26+
sips -Z 102 [email protected]
27+
28+
sips -Z 108 [email protected]
29+
30+
sips -Z 172 [email protected]
31+
32+
sips -Z 196 [email protected]
33+
34+
sips -Z 216 [email protected]
35+
36+
sips -Z 234 [email protected]
37+
38+
sips -Z 258 [email protected]
39+
cp [email protected] watchos1024.png
40+
sips -Z 1024 watchos1024.png
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)