[TIMOB-13082] BlackBerry: When building app for distribution pass the build id on the build command line.
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-06-18T03:27:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | n/a |
Reporter | Russell McMahon |
Assignee | Josh Roesslein |
Created | 2013-03-15T18:35:06.000+0000 |
Updated | 2017-03-13T21:07:33.000+0000 |
Description
Currently the build id is in Resources/blackberry/Ti.Manifest for example buildID=15, every time a new package is created the build id must be incremented. This is done manually by incrementing the build id. A better solution would be to optionally pass the build id on the build command line when doing a "distribution" build if build id is passed in the the Ti.Manifest file can be updated during the build. Ti Studio currently puts up a file picker dialog when doing distribute to allow the user to choose the location and name of the signed published app. An addition would be to allow the user to enter the build id or auto increment the id for the user.
This will require small changes to both the BB build scripts and Ti Studio.
Closing ticket as the issue will not fix.