Re: 2 icons showing in dock
Re: 2 icons showing in dock
- Subject: Re: 2 icons showing in dock
- From: Kyle Sluder <email@hidden>
- Date: Sun, 03 Mar 2013 18:18:49 -0800
On Mar 3, 2013, at 4:13 PM, "Rick C." <email@hidden> wrote:
> @Rob - yes I'm able to reproduce it. Still an issue running all the latest...
> @Jerry - yes I think it's directly related to transforming the app. Unfortunately I really want this behavior in my app so removing it creates other issues :-)
What precisely is the behavior you're looking to preserve? You're calling TransformProcessType very early in the lifetime of your app. Perhaps you could achieve the same effect by splitting your non-dock functionality into a helper tool, and in your main app's main(), check for a certain command-line argument and exec() your helper instead of calling NSApplicationMain if it isn't found?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden