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 moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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.
> 




smime.p7s
Description: S/MIME cryptographic signature
___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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.
> 
>> So don't spend too much time on getting your screen saver icon to be
>> pixel perfect. The Desktop and Screen Saver pref pane will always do
> 
> OK, thanks a lot for your advice.
> I just thought I'd give it a quick shot, but couldn't figure it out :-)
> 
>>> looks like the file Contents/Resources/thumbnail.png (or .tiff) in the 
>>> bundle is used. If I replace this file it simply shows up.
> 
> How can I make Xcode to put an image into the Resources bundle of my screen 
> saver?
> 
> I have googled, found some hints about the "Asset Catalog" and an AppIcon 
> (iOS only?),
> but couldn't figure out how to make my image appear in the sidebar.
> 
> BTW: I have also checked the source code of xscreensaver , but could not 
> figure out how they do it.
> 
> Best regards, Gabriel
> 
> 
> ___
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/zav%40mac.com
> 
> This email sent to z...@mac.com

___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 targets it should be added 
to. You just want the file as-is, not packaged up in an assets wrapper.

Steve via iPhone


___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Screensaver icon ?

2019-09-17 Thread Stephane Sudre via Cocoa-dev
For the record, due to Apple's inability to support 3rd party screen
saver seriously, the custom icons for 3rd party screen savers are
displayed incorrectly and differently depending on the OS versions.

So don't spend too much time on getting your screen saver icon to be
pixel perfect. The Desktop and Screen Saver pref pane will always do
its best to ruin it.

On Tue, Sep 17, 2019 at 10:09 AM Felix Franz via Cocoa-dev
 wrote:
>
> 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 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.
> But it has this default icon (blue swirl).
> I would like to change that to a different image/icon.
>
> What do I need to do in my code to achieve that?
>
> I checked Apple's ScreenSaver documentation, and also googled , to no avail.
>
> All hints will be highly appreciated.
>
> Best regards, Gabriel
>
>
>
> ___
>
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/felix.franz%40ergosign.de
>
> This email sent to felix.fr...@ergosign.de
> ___
>
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/dev.iceberg%40gmail.com
>
> This email sent to dev.iceb...@gmail.com



-- 
Packaging Resources - http://s.sudre.free.fr/Packaging.html
___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 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. 
But it has this default icon (blue swirl). 
I would like to change that to a different image/icon. 
 
What do I need to do in my code to achieve that? 
 
I checked Apple's ScreenSaver documentation, and also googled , to no avail. 
 
All hints will be highly appreciated. 
 
Best regards, Gabriel 
 


___ 
 
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: 
https://lists.apple.com/mailman/options/cocoa-dev/felix.franz%40ergosign.de 
 
This email sent to felix.fr...@ergosign.de 
___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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.
But it has this default icon (blue swirl).
I would like to change that to a different image/icon.

What do I need to do in my code to achieve that?

I checked Apple's ScreenSaver documentation, and also googled , to no avail.

All hints will be highly appreciated.

Best regards, Gabriel



smime.p7s
Description: S/MIME cryptographic signature
___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com