Namespace/package used to identify the application

Property definitions

nitc $ AppProject :: namespace
	# Namespace/package used to identify the application
	var namespace = "org.nitlanguage.{short_name}" is lazy
src/platform/app_annotations.nit:32,2--33,55

nitc $ IosProject :: namespace
	redef fun namespace do return super.to_camel_case
src/platform/ios.nit:42,2--50