> On 30 Sep 2016, at 3:48 AM, Gabriel Zachmann wrote:
>
> I was just a little bit hesitant to use the regular ScreenSaverDefaults for
> those really small pieces of data that change every time,
> because I already use the ScreenSaverDefaults to store quite a bit of other
> data (that changes o
>>
>> I need to make a few small pieces of data (an integer, a string, ...)
>> persistent across different invocations of my screen saver.
>>
>> That is, when the screen saver is about to quit, I need to save it,
>> when it gets invoked the next time, I need to load it again.
>>
>> What is the r