Hello My project consists of few binaries, and i wanted to put them into one application Bundle (thus, i placed them into ...../Contents/MacOS/). Only one of these binaries is launched when the bundle is doubleclicked in finder (i have specified it in ExecutableFile in bundle's Info.plist file). Other binary files - one is an agent that is started with launchd, and one auxilary GUI application (that is launched either by the agent, or by main binary).
The problem is, when either one of binaries is started, no one else from this bundle can be launched. The bundle itself is "LSUIElement=TRUE". I was wondering, if i could use some technique/non-evil hack to keep my appliations in a neat one bundle (counting that the user should be able to start only one main binary, while other binaries are started automatically by agent or by the main application). I'm thinking that this would be convenient for the user - if he is annoyed by my app, he just moves my bundle to a trash bin, and the job is done :) Thanks! _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
