osx - How to set screensaver thumbnail in Settings panel on Mac? -


i'm making custom *.saver application, , add own thumbnail show above name of screensaver (the ladybug pictures in left column). how do that?

screensaver

by examining default screensavers, figured out need add 2 files:

thumbnail.png, 58x90px thumbnail@2x.png, 116x180px 

when compiled xcode, automatically included in .saver resources folder "thumbnail.tiff" 2 subfiles.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -