RuntimePlatform.IPhonePlayer
Description

In the player on the iPhone.

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