On Apr 12, 2025, at 06:23, Gabriel Zachmann via Cocoa-dev
wrote:
>
> I have already asked a similar question , but please let me try again.
>
> I would like to access the defaults of my screen saver plugin using the
> 'defaults' command.
Like I said before, the 'defaults' command to read the
On Apr 12, 2025, at 06:34, Gabriel Zachmann via Cocoa-dev
wrote:
>
> The settings of screen savers used to be broken for a long time, i.e., macOS
> would not make them persistent, or it would not "deliver" them to the plugin
> through the regular NSUserDefaults API.
>
> A while ago, I think I
The settings of screen savers used to be broken for a long time, i.e., macOS
would not make them persistent, or it would not "deliver" them to the plugin
through the regular NSUserDefaults API.
A while ago, I think I observed that the settings of my screen saver under
macOS 15.3 were persistent
I have already asked a similar question , but please let me try again.
I would like to access the defaults of my screen saver plugin using the
'defaults' command.
On the internet, i read it should work like this:
defaults read com.apple.ScreenSaver.Engine.legacyScreenSaver ArtSaver
But I just