I'm developing applications in MonoDevelop for the first time today, and I just need to know how to compile my projects for mac, NOT windows.
When I click "Compile" after right clicking on my project, I always get an exe file. (Which, when tested, DOES work as programmed) That's all fine, and good, but being a mac user, I could really use a way to compile to Mac .app files.
Creating
.exe
files is the whole point. See the Mono manual:and
To make an app bundle from a GTK# or System.Windows.Forms app, follow these instructions: http://mjhutchinson.com/journal/2010/01/24/creating_mac_app_bundle_for_gtk_app
If you have a MonoMac project, MD will create the app bundle automatically.