Detects the platform annotation to set a mobile target platform

Property definitions

nitc :: platform $ ToolContext :: _platform_phase
	# Detects the `platform` annotation to set a mobile target platform
	var platform_phase: Phase = new PlatformPhase(self, [modelize_property_phase])
src/platform/platform.nit:26,2--27,79