Re: app icon for Launchpad

2014-06-17 Thread Jean-Daniel Dupas
That's probably a Launchpad icon caching issue. I don't know where it used to 
cache icons though.

Le 17 juin 2014 à 05:35, Roland King r...@rols.org a écrit :

 My OSX app has an icon. It shows in the dock when active, it shows on 
 Alt-Tab, it shows in the Applications folder, however in Launchpad I get the 
 generic OSX Application Icon. 
 
 I'm using Images.xcassets for my icons (it's a fairly new project). What do I 
 need to have for Launchpad to show the icon? 
 ___
 
 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/mailing%40xenonium.com
 
 This email sent to mail...@xenonium.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: app icon for Launchpad

2014-06-17 Thread Uli Kusterer
On 17 Jun 2014, at 10:55, Jean-Daniel Dupas mail...@xenonium.com wrote:
 That's probably a Launchpad icon caching issue. I don't know where it used to 
 cache icons though.

 I’ve seen such issues with beta versions of Mac OS that are out there right 
now. That wouldn’t be the case for you, would it? I also occasionally get it 
when a Mac has been running for quite a while (weeks or months with only 
“sleep” in between). Usually a restart fixes it again, so it’s probably an OS X 
bug.

 In general, if anything in your Info.plist that is correct doesn’t work, a 
good idea is to zip the application, delete the original, then unzip it again. 
This apparently causes it to be deleted from the OS’s databases, and when 
unzipped it gets re-added, and that usually eliminates any iffiness on the OS’s 
part (like the OS having added your app to the database while Xcode was still 
building, which means it worked with an incomplete app).

Cheers,
-- Uli Kusterer
“The Witnesses of TeachText are everywhere...”
http://zathras.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

Re: app icon for Launchpad

2014-06-17 Thread Roland King

On 17 Jun, 2014, at 8:06 pm, Uli Kusterer witness.of.teacht...@gmx.net wrote:

 On 17 Jun 2014, at 10:55, Jean-Daniel Dupas mail...@xenonium.com wrote:
 That's probably a Launchpad icon caching issue. I don't know where it used 
 to cache icons though.
 
 I’ve seen such issues with beta versions of Mac OS that are out there right 
 now. That wouldn’t be the case for you, would it?

Nope - this is good ol 10.9.latest

 I also occasionally get it when a Mac has been running for quite a while 
 (weeks or months with only “sleep” in between). Usually a restart fixes it 
 again, so it’s probably an OS X bug.

Restart fairly often, so not that I think. 

 
 In general, if anything in your Info.plist that is correct doesn’t work, a 
 good idea is to zip the application, delete the original, then unzip it 
 again. This apparently causes it to be deleted from the OS’s databases, and 
 when unzipped it gets re-added, and that usually eliminates any iffiness on 
 the OS’s part (like the OS having added your app to the database while Xcode 
 was still building, which means it worked with an incomplete app).
 

I did better, I deleted the application entirely, checked it wasn't in 
Applications for the Launchpad, it was not, then re-installed it from the 
installer which put it back in Applications, with an icon and back in the 
launchpad .. without one still. Launchpad doesn't like my app. 



___

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: app icon for Launchpad

2014-06-17 Thread dangerwillrobinsondanger
Try it after building after changing the bundle identifier. 
Then the OS will see it as a different app. 


Sent from my iPhone

 On 2014/06/17, at 21:19, Roland King r...@rols.org wrote:
 
 Applications for the Launchpad, it was not, then re-installed it from the 
 installer which put it back in Applications, with an icon and back in the 
 launchpad .. without one still. Launchpad doesn't like my app.

___

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: app icon for Launchpad

2014-06-17 Thread Kyle Sluder
On Jun 17, 2014, at 5:36 AM, dangerwillrobinsondan...@gmail.com wrote:
 
 Try it after building after changing the bundle identifier. 
 Then the OS will see it as a different app. 

Try bumping the bundle version first. Often the bundle name can't be changed.

--Kyle Sluder
___

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: app icon for Launchpad

2014-06-17 Thread Todd Heberlein

On Jun 16, 2014, at 8:35 PM, Roland King r...@rols.org wrote:

 My OSX app has an icon. It shows in the dock when active, it shows on 
 Alt-Tab, it shows in the Applications folder, however in Launchpad I get the 
 generic OSX Application Icon. 


As the previous reply said, it might be a caching issue.

Try logging out and logging back in to see if that resolves the issue (I have 
to do this when developing HelpBooks for an application).

At times I’ve rebooted my system as well just to make sure caches were cleared.

Todd



signature.asc
Description: Message signed with OpenPGP using GPGMail
___

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: app icon for Launchpad

2014-06-17 Thread Roland King

On 18 Jun, 2014, at 12:15 am, Todd Heberlein todd_heberl...@mac.com wrote:

 
 On Jun 16, 2014, at 8:35 PM, Roland King r...@rols.org wrote:
 
 My OSX app has an icon. It shows in the dock when active, it shows on 
 Alt-Tab, it shows in the Applications folder, however in Launchpad I get the 
 generic OSX Application Icon. 
 
 
 As the previous reply said, it might be a caching issue.
 
 Try logging out and logging back in to see if that resolves the issue (I have 
 to do this when developing HelpBooks for an application).
 
 At times I’ve rebooted my system as well just to make sure caches were 
 cleared.
 
 Todd

We talked about rebooting earlier in the thread, that's long-since done, and 
there's a bundle version bump too with this build so that's done as well. Apart 
from that I just grabbed my wife's laptop which hasn't ever seen this app and 
hasn't even been turned on in 6 months, installed the app from the installer 
and .. there's no icon on Launchpad. 

I just rebuilt the Image catalog from scratch, same png files, same slots, new 
catalog, deleted the old one, pointed the app at the new one, now it seems to 
be working. I can only assume the old one was somehow corrupted. 
___

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

app icon for Launchpad

2014-06-16 Thread Roland King
My OSX app has an icon. It shows in the dock when active, it shows on Alt-Tab, 
it shows in the Applications folder, however in Launchpad I get the generic OSX 
Application Icon. 

I'm using Images.xcassets for my icons (it's a fairly new project). What do I 
need to have for Launchpad to show the icon? 
___

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