Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to automatically enable retina in my apps?

Answer: You can run a build script on each build with this code:
Example
Dim App As String = CurrentBuildLocation + "/" + CurrentBuildAppName + ".app"
Call DoShellCommand("/usr/bin/defaults write " + App + "/Contents/Info ""NSHighResolutionCapable"" YES")

This will set the NSHighResolutionCapable flag to YES.


The biggest plugin in space...