Game Development Reference
In-Depth Information
The following table lists several of the more immediately useful attributes, but you
should go to Marmalade | Marmalade Development Tools Reference | MKB File
Settings | Deployment Options in the Marmalade documentation for full details.
Attribute
Description
assets
Specifies which asset group to use in a deployment.
This will be explained in greater detail in the
following sections.
name
Specifies the name of the deployment. This name
will be used for the name of the installation
directory, the executable file, and the installation
package file. If this value is not specified, the
filename of the MKB file will be used instead.
caption
This is the name that will be used to identify the
application once installed on the device—for
example, the text that appears underneath a
program icon. If no caption is specified, the name
value will be used instead.
app-icf
Allows an alternative file to be specified for use
instead of the default app.icf file.
version
Specifies the version number of the application. It
should be provided in the form major.minor.
revision .
version-major ,
version-minor , and
version-revision
An alternative way of specifying the version
number. Each of these attributes should be
followed by a number representing the respective
part of the version number.
iphone-icon ,
iphone-icon-ipad ,
iphone-icon-high-res , and
iphone-icon-ipad-high-res
Sets the icons for use in iOS deployment. These
settings specify a filename to an icon of suitable
format and dimension to be used as the specified
icon type.
android-icon ,
android-icon-hdpi , and
android-icon-ldpi
Sets the filenames containing the icons for use on
Android deployments.
bada-icon
Specifies the file to be used for the icon on Bada
deployments.
As you can see, there are options for specifying the icon files for most platforms and
indeed there are further platform-specific attributes for specifying information such
as application signing keys.
Search WWH ::




Custom Search