Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to mark my Mac app as background only?

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 ""NSUIElement"" YES")

This will set the NSUIElement flag to YES.


The biggest plugin in space...