Archive for the ‘Blog’ Category

Setting environment variables with a MonoMac application

Posted by Curtis Wensley on November - 10 - 2011

When creating a MonoMac application, there’s sometimes a need to specify environment variables in the context of your application.  A few key environment variables specific to a MonoMac application: MONO_IOMAP – case insensitivity behaviour for file i/o. (more info) MONO_OPTIONS –  options to pass to the mono runtime (e.g. –gc=sgen)  [ Read More ]