That's ok, his original question said "first time in simulator" so I figured his app had some sort of simulator mode for its first launch.

Kiel

On 02/04/2009, at 11:26 AM, Dave DeLong wrote:

Given that he mentioned running it in the simulator, I was guessing that he was asking about an iPhone application (upon which assumption I based my answer).

Dave

On Apr 1, 2009, at 6:24 PM, Kiel Gillard wrote:

NSApplication provides the instance method setApplicationIconImage:

At startup (say, the applicationDidFinishLaunching: method) you could determine what icon you need to display and set it, using the above method, to the appropriate icns file from your bundle.

Note that this will not permanently modify the icon, it only modifies the icon image used for one session of your application.

Kiel
_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/kiel.gillard%40gmail.com

This email sent to kiel.gill...@gmail.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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

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

Reply via email to