[TIMOB-15689] CLI: Move Android and iOS info rendering from CLI to SDK
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-14T01:32:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0 |
Components | CLI |
Labels | qe-closed-3.2.0 |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-11-09T02:11:59.000+0000 |
Updated | 2013-11-26T01:00:02.000+0000 |
Description
As of Titanium SDK 3.2, the Android and iOS detection code is in the SDK. The problem is the rendering of the results is in the CLI. By moving it to the SDK, we decouple the rendering in the "info" command from the SDK. This also allows future SDKs to change the info that is reported.
Titanium CLI pull request: https://github.com/appcelerator/titanium/pull/72
Titanium SDK pull request: https://github.com/appcelerator/titanium_mobile/pull/4930
CLI 3.2.0-alpha3 To test run
or
and choose 3.1.3.GA You will get types of warnings like this:
What means, the issue is fixed