Sandboxing and "helper apps"
Sandboxing and "helper apps"
- Subject: Sandboxing and "helper apps"
- From: Todd Heberlein <email@hidden>
- Date: Tue, 29 May 2012 18:28:47 -0700
In the past you could include a full UNIX application inside a Mac application bundle. For example, in the directory
MyApp.app/Contents/MacOS
could be the Cocoa executable "MyApp" and the UNIX executable "my_helper_app".
In addition to running this helper app from the Cocoa app, this UNIX app could be launched by the command line from a Terminal application
$ /Applications/MyApp.app/Contents/MacOS/my_helper_app -i /Users/Todd/some_file
or via a launchd configuration to be run in the background when I log in.
Is this functionality no longer allowed with Sandboxing?
Thanks,
Todd
_______________________________________________
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