Skip to content

Commit

Permalink
Add thumbnail images
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Oct 4, 2023
1 parent c8e52b8 commit 5ca0945
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "thumbnail.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion KotlinLogos/KotlinLogos/KotlinLogos.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class KotlinLogosView : ScreenSaverView {

lazy var sheetController: NSWindowController = ConfigKt.prefController()

// Note to self, needs restart of Sys Preferences to take effect
override var hasConfigureSheet: Bool {
return true
}
Expand Down

0 comments on commit 5ca0945

Please sign in to comment.