RuntimePlatform.OSXPlayer
Description

In the player on Mac OS X.

See Also: Platform dependent Compilation.
	if (Application.platform == RuntimePlatform.OSXPlayer)
		Debug.Log("Do something special here!");