[TIMOB-16915] MW: Create --build-type in CLI and integrate it with the sdk
GitHub Issue | n/a |
---|---|
Type | Technical task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-12T23:27:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 10, 2014 Sprint 10 Tooling, Release 3.3.0 |
Components | MobileWeb, Tooling |
Labels | n/a |
Reporter | Allen Yeung |
Assignee | Chris Barber |
Created | 2014-05-05T18:03:58.000+0000 |
Updated | 2017-03-16T20:59:10.000+0000 |
Description
Two changes need to be made:
1. Change CLI to accept a --build-type flag, and pass this information to the sdk
2. Inside the sdk, check to see if there is a valid build-type. If there is, use this as the 'buildtype' value inside analytics. Otherwise, don't send a 'buildtype' at all.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5673
Works as described: accepts build-type flag, which is added to payload sent to analytics
Closing ticket as fixed.