tags:

views:

48

answers:

3

I can run example.exe from Terminal( "mono example.exe").And I can not do this through "Open With" option because it doesn't get mono application type to choose it. How can I do it double clickable?

A: 

You probably want to create an app bundle.

mhutch
+1  A: 

You will have to build a Mac OSX "Bundle" to do this. There is a fantastic article written that demonstrates this:

http://mjhutchinson.com/journal/2010/01/24/creating_mac_app_bundle_for_gtk_app

jpobst
+1  A: 

For the quick and dirty method, you want to use macpack.

BTW, it says Cocoa# only, but I've used it with WinForms and GTK# apps as well.

Nate