Mac OS provides the handy functionality of rendering an application in in low non-retina resolution by setting a checkbox "Open in Low Resolution" in the application info. However, for development, I start my application using a run configuration from my IDE.
How can I start the application in low resolution with a command I can put into the run configurations, or from the command line?