Skip to content

Commit 5ca0945

Browse files
committed
Add thumbnail images
1 parent c8e52b8 commit 5ca0945

File tree

5 files changed

+23
-1
lines changed

5 files changed

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

KotlinLogos/KotlinLogos/KotlinLogos.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class KotlinLogosView : ScreenSaverView {
3131

3232
lazy var sheetController: NSWindowController = ConfigKt.prefController()
3333

34-
// Note to self, needs restart of Sys Preferences to take effect
3534
override var hasConfigureSheet: Bool {
3635
return true
3736
}

0 commit comments

Comments
 (0)