Skip to content

Commit 47eaf0f

Browse files
committed
use separate images for appicon and startupwin icons on macOS
Avoids the rounded-corners macOS 26 treatment on the startup window.
1 parent 40a98be commit 47eaf0f

File tree

11 files changed

+85
-37
lines changed

11 files changed

+85
-37
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "build.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
10.6 KB
Loading

xcode/Game Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22
"images" : [
33
{
44
"idiom" : "mac",
5-
"size" : "16x16",
6-
"scale" : "1x"
5+
"scale" : "1x",
6+
"size" : "16x16"
77
},
88
{
99
"idiom" : "mac",
10-
"size" : "16x16",
11-
"scale" : "2x"
10+
"scale" : "2x",
11+
"size" : "16x16"
1212
},
1313
{
1414
"idiom" : "mac",
15-
"size" : "32x32",
16-
"scale" : "1x"
15+
"scale" : "1x",
16+
"size" : "32x32"
1717
},
1818
{
1919
"idiom" : "mac",
20-
"size" : "32x32",
21-
"scale" : "2x"
20+
"scale" : "2x",
21+
"size" : "32x32"
2222
},
2323
{
24-
"size" : "128x128",
25-
"idiom" : "mac",
2624
"filename" : "game.png",
27-
"scale" : "1x"
25+
"idiom" : "mac",
26+
"scale" : "1x",
27+
"size" : "128x128"
2828
},
2929
{
3030
"idiom" : "mac",
31-
"size" : "128x128",
32-
"scale" : "2x"
31+
"scale" : "2x",
32+
"size" : "128x128"
3333
},
3434
{
3535
"idiom" : "mac",
36-
"size" : "256x256",
37-
"scale" : "1x"
36+
"scale" : "1x",
37+
"size" : "256x256"
3838
},
3939
{
4040
"idiom" : "mac",
41-
"size" : "256x256",
42-
"scale" : "2x"
41+
"scale" : "2x",
42+
"size" : "256x256"
4343
},
4444
{
4545
"idiom" : "mac",
46-
"size" : "512x512",
47-
"scale" : "1x"
46+
"scale" : "1x",
47+
"size" : "512x512"
4848
},
4949
{
5050
"idiom" : "mac",
51-
"size" : "512x512",
52-
"scale" : "2x"
51+
"scale" : "2x",
52+
"size" : "512x512"
5353
}
5454
],
5555
"info" : {
56-
"version" : 1,
57-
"author" : "xcode"
56+
"author" : "xcode",
57+
"version" : 1
5858
}
59-
}
59+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "game.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
844 Bytes
Loading

xcode/startwin.editor.nib/designable.nib

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-22 Bytes
Binary file not shown.

xcode/startwin.game.nib/designable.nib

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)