Re: How can I read settings of a screen saver plugin

2025-04-12 Thread Steve Mills via Cocoa-dev
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

Re: Settings of screen saver not persistent - again

2025-04-12 Thread Steve Mills via Cocoa-dev
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

Settings of screen saver not persistent - again

2025-04-12 Thread Gabriel Zachmann via Cocoa-dev
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

How can I read settings of a screen saver plugin

2025-04-12 Thread Gabriel Zachmann via Cocoa-dev
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