7

I'm making a custom *.saver application, and I would like to add my own thumbnail to show up above the name of screensaver (the ladybug pictures in the left column). How do I do that?

Screensaver

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Michael Wilson
  • 851
  • 6
  • 13

1 Answers1

12

By examining the default screensavers, I figured out that you need to add two files:

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

When compiled by Xcode, this is automatically included in the .saver Resources folder as "thumbnail.tiff" with two subfiles.

Michael Wilson
  • 851
  • 6
  • 13