Search code examples
macossandbox

Create a helper app without Sandboxing


I've found several guides (here, here, and here) on how to create a helper app to launch a main app on login. However, as my app is not distributed through the App Store, I do NOT want to enable sandboxing, and all of the solutions I've found require both the helper app and the main app to be sandboxed.

Is there any way to create a helper app to launch a main app at login WITHOUT requiring the use of sandboxing?


Solution

  • You can use [NSWorkspace launchApplication:] to launch your app from your helper.