blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Need support for buildId and packageLocale for bar-descriptor.xml #208

Open EricLeiLi opened 11 years ago

EricLeiLi commented 11 years ago

They are required fields by build and release team.

EricLeiLi commented 11 years ago

The packageLocale will look like: bbwp --packageLocale en-US,de_DE,fr_CA And buildId will still be generated and set to 1 if not specified.

jamesjhedley commented 11 years ago

FYI buildId already exists. Also, I'm not sure what the convention is for a tag with multiple arguments (i.e. packageLocale). This might not parse properly.