nitc :: IosProject
nitc :: IosProject :: defaultinit
nitc $ IosProject :: SELF
Type of this instance, automatically specialized in every classnitc $ IosProject :: namespace
Namespace/package used to identify the applicationnitc :: AppProject :: _mainmodule
nitc :: AppProject :: _modelbuilder
nitc :: AppProject :: _namespace
Namespace/package used to identify the applicationnitc :: AppProject :: _short_name
Short project name used innamespace
and configuration files
nitc :: AppProject :: _version_code
Numerical version code of the applicationcore :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: IosProject :: defaultinit
nitc :: AppProject :: defaultinit
core :: Object :: defaultinit
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
nitc :: AppProject :: mainmodule
nitc :: AppProject :: mainmodule=
nitc :: AppProject :: modelbuilder
nitc :: AppProject :: modelbuilder=
nitc :: AppProject :: name=
Pretty name of the resulting applicationnitc :: AppProject :: namespace
Namespace/package used to identify the applicationnitc :: AppProject :: namespace=
Namespace/package used to identify the applicationcore :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).nitc :: AppProject :: short_name
Short project name used innamespace
and configuration files
nitc :: AppProject :: short_name=
Short project name used innamespace
and configuration files
nitc :: AppProject :: version_code=
Numerical version code of the application
private class IosProject
super AppProject
redef fun namespace do return super.to_camel_case
end
src/platform/ios.nit:39,1--43,3