Creating application bundles

Viro

Registered
This is going to sound like a silly question, but how do I create application bundles on OS X? I've got a GUI UNIX app that is written in C++ using wxWindows. I can get it to run at the moment via the command line, but I'd like to create a bundle so that I can run it from Finder.

I've searched the web, and all I got for creating application bundles are articles/tutorials on creating application bundles from Java JAR files, or porting commandline UNIX applications. Nothing I've found on porting GUI applications or creating application bundles.

Does anyone have any pointers?
 
If your project in XCode is setup as an application, it will automatically be created as a bundle.

How is your project setup?

Wade
 
I need to use XCode? I'm currently working from the command line with makefiles and good old Emacs/Vim.

Say I have a Qt application, what kind of application do I need to setup in XCode? There are just so many options and I don't know which one to choose.
 
Back
Top