I made a desktop application that looks like an OS. My question is, can I have that app and make it boot up when I start my Mac just like how OS X would start> If I can, then how?
Thanks.
I made a desktop application that looks like an OS. My question is, can I have that app and make it boot up when I start my Mac just like how OS X would start> If I can, then how?
Thanks.
Uuuugh, what? I don't think you made an OS... But perhaps you made some sort of useful management software, a "Launcher" or similar... There used to be something in Classic OS days that would run without the finder, and allowed you to launch apps. If you wanted to do something similar, I guess you would need to figure out which launchd plist is starting the Finder, and unload it early during boot, and figure out how to get yours launched.
Since you made an app, it needs the OS to start it. With OS X, you can use launchd to set that up.