Search code examples
.netmacosmonopackaging

How to create OSX Package that runs Mono application "natively" (Bootstrapper)


Instead of requiring my users to drop to Terminal and start my app via mono <x> command, I'd like to give them an experience of clicking on "X.app" and Mono runtime launches my .NET assemblies.

Anyone done this?


Solution

  • FYI, MonoDevelop 2.2 (Dec, 2009) has a command line tool called macpack which will build a working Finder ".app" folder structure for you, with the bootstrapper and the correct filter hierarchy. See the MonoDevelop online docs or Google for macpack etc. MonoDevelop itself is pretty far along on OS X, so it's worth the download. The debugger isn't working on OS X yet though.