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 ]
