Deploy Mono application without Framework on Mac
问题 I have a c#-program, that works well under Mono and on OSX, I also was able to create an app-directory for that program. Now I want to distribute it, but I don't want to force the user to install mono, since this is unusual under Mac (and has some side-effects, that I want to avoid). I already tried to build a bundle with mkbundle, but mkbundle doesn't work correctly under Mac. I should add, that I use GTK. What is the easiest way to build a compleley independent app under Mac? Is there any