Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15689] CLI: Move Android and iOS info rendering from CLI to SDK

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-11-14T01:32:39.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0
ComponentsCLI
Labelsqe-closed-3.2.0
ReporterChris Barber
AssigneeChris Barber
Created2013-11-09T02:11:59.000+0000
Updated2013-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.

Comments

  1. Chris Barber 2013-11-12

    Titanium CLI pull request: https://github.com/appcelerator/titanium/pull/72
  2. Chris Barber 2013-11-12

    Titanium SDK pull request: https://github.com/appcelerator/titanium_mobile/pull/4930
  3. Olga Romero 2013-11-26

    CLI 3.2.0-alpha3 To test run
       ti info
       
    or
       ti sdk select
       
    and choose 3.1.3.GA You will get types of warnings like this:
       NOTE: The following Xcode and iOS information has been detected using the old environment detection
       logic. To display more accurate information, install and select a Titanium SDK 3.2 or newer.
       
    What means, the issue is fixed

JSON Source