LaunchAtLoginHelper
LaunchAtLoginHelper copied to clipboard
A helper app to launch a main app at login under sandboxing
Hi, I deleted https://assembl.app/ recently simply by removing it from the Application folder and am left with it listed as an app allowed to run in the background. Normally I...
Unfortunately this will not work for apps that meet the following conditions: 1. are sandboxed 2. apps designed for the menu bar with no windows, just a menu 3. apps...
Hello, I'm having trouble getting my app to start up correctly using LaunchAtLoginHelper. I've filed a bug on my own repo, [over here](https://github.com/tomtaylor/satellite-eyes/issues/32), but it'd be helpful if you could...
Apps using LaunchAtLoginHelper don't seem to appear in System Preferences >> Users & Groups >> Login Items. Is there a way to enable this? Thanks!!
This looks great. Can you explain about how you're handling provisioning profiles and code signing across the main application and the helper? Every combination I've tried seems to have a...