I want to run my app automatically in the background after the iOS Simulator is booted (probably after SpringBoard has launched).
On a jailbroken iOS device, I can accomplish this by placing a launchd.plist file inside /Library/LaunchDaemons.
Is there a way to do this on a per-device basis in the simulator?