I'm not exactly sure what I'm looking for qualifies as... an agent,daemon, or just a small background application that runs with no GUI.
I have a small obj-c program I have written that runs in the Terminal. It needs to constantly check for values in a database and makes about 2 calls a second. I already have it working, I'm just not sure how to build this thing for release...
Ideally, I would like users to be able to install it like a regular Mac application but I'm not sure if this is possible. I am looking for something similar to the way Dropbox runs in the background and notifies the user of a new file, or how LogMeIn has something that runs in the background, or I also have an application called Aurora that has a background process called "Aurora Wakeup Helper". These are examples of what I am trying to imitate with this small obj-c program.
How would I build this for release in Xcode 5?