(Optional) The configuration for alternative sets of assets to package.
<qnx>
| Name | Cardinality |
|---|---|
| action | Any number |
| arg | Any number |
| asset | Any number |
| author | One or none |
| authorId | One or none |
| buildId | One or none |
| buildIdFile | One or none |
| description | One or none |
| env | Any number |
| icon | One or none |
| initialWindow | One or none |
| name | One or none |
| packageId | One or none |
| packageLocale | One or none |
| platformArchitecture | One or none |
| platformVersion | One or none |
| publisher | One or none |
| splashscreen | One or none |
| versionNumber | One or none |
The <configuration> element specifies the configuration for alternative sets of assets to package. The assets to package depend on the build configuration you're using. You can build applications that use a different set of assets based on whether you build the application for a release or debug build for the OS on the simulator or the device.
None.
| Name | Description | Values | Default |
|---|---|---|---|
| description | (Required) Specifies the configuration identifier. The value must be unique within the scope of the bar-descriptor.xml file. | A string value. | None |
| name | (Optional) Specifies the string value to describe the configuration. | A string value. | None |
<configuration name="Device-Debug"
description="Used for debug devices">
...
...
</configuration>