Skip to content

Commit d01136d

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

18 files changed

+106
-7
lines changed

Provenance.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -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
);
Loading
Loading
Loading
Loading

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

+105-6
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" : "Icon-76.png",
33+
"idiom" : "universal",
34+
"platform" : "ios",
35+
"scale" : "2x",
36+
"size" : "38x38"
37+
},
38+
{
39+
"filename" : "AppIcon114x114.png",
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" : "Icon-Small-40@3x 1.png",
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" : "AppIcon128x128.png",
75+
"idiom" : "universal",
76+
"platform" : "ios",
77+
"scale" : "2x",
78+
"size" : "64x64"
79+
},
80+
{
81+
"filename" : "AppIcon192x192.png",
82+
"idiom" : "universal",
83+
"platform" : "ios",
84+
"scale" : "3x",
85+
"size" : "64x64"
86+
},
87+
{
88+
"filename" : "AppIcon136x136.png",
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",
@@ -65,12 +170,6 @@
65170
"idiom" : "mac",
66171
"scale" : "2x",
67172
"size" : "512x512"
68-
},
69-
{
70-
"filename" : "iTunesArtwork@2x 2.png",
71-
"idiom" : "universal",
72-
"platform" : "watchos",
73-
"size" : "1024x1024"
74173
}
75174
],
76175
"info" : {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.

0 commit comments

Comments
 (0)