Re: Screensaver icon ?

2019-09-17 Thread Carl Hoefs via Cocoa-dev
Ah, so is this the reason Quartz Composer compositions (*.qtz) won't run as screen savers in Mojave? -Carl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: Screensaver icon ?

2019-09-17 Thread Gabriel Zachmann via Cocoa-dev
Cool! Thanks a million, that did the trick. Best regards, Gabriel > On 17. Sep 2019, at 19:35, Alex Zavatone wrote: > > Add it in the build phases copy files phase or use the environment variables > to build the path in a shell script and run that as part of your runtime > build scripts. >

Re: Screensaver icon ?

2019-09-17 Thread Alex Zavatone via Cocoa-dev
Add it in the build phases copy files phase or use the environment variables to build the path in a shell script and run that as part of your runtime build scripts. Sent from my iPhone > On Sep 17, 2019, at 10:20 AM, Gabriel Zachmann via Cocoa-dev > wrote: > > Thanks a lot for the response.

Re: Screensaver icon ?

2019-09-17 Thread Steve Mills via Cocoa-dev
> On Sep 17, 2019, at 10:20, Gabriel Zachmann via Cocoa-dev > wrote: > > How can I make Xcode to put an image into the Resources bundle of my screen > saver? Just add the png or tiff directly to the project like any other file, and turn on the checkbox for your target when it asks which

Re: Screensaver icon ?

2019-09-17 Thread Gabriel Zachmann via Cocoa-dev
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription:

Re: Screensaver icon ?

2019-09-17 Thread Stephane Sudre via Cocoa-dev
s up. > > > Cheers, > > > Felix > > > > From: Gabriel Zachmann via Cocoa-dev > To: > Sent: 9/17/2019 9:26 AM > Subject: Screensaver icon ? > > Does anybody know how I can define/set the icon for my screensaver that > appears in the

Re: Screensaver icon ?

2019-09-17 Thread Felix Franz via Cocoa-dev
Hi Gabriel,  looks like the file Contents/Resources/thumbnail.png (or .tiff) in the bundle is used. If I replace this file it simply shows up.  Cheers,  Felix From: Gabriel Zachmann via Cocoa-dev To: Sent: 9/17/2019 9:26 AM Subject: Screensaver icon ? Does anybody know

Screensaver icon ?

2019-09-17 Thread Gabriel Zachmann via Cocoa-dev
Does anybody know how I can define/set the icon for my screensaver that appears in the left hand sidebar of System Preferences / Desktop & Screensaver / Screensaver ? More specifically: I am writing a screensaver, it works and appears in the sidebar in the System Preferences Screensavers pane.