Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11964] CLI: "titanium info -t ios" does not contain iTunes information

GitHub Issuen/a
TypeStory
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2012-12-06T22:44:49.000+0000
Affected Version/sRelease 3.0.0
Fix Version/s2012 Sprint 25, 2012 Sprint 25 JS
ComponentsCLI
Labelsn/a
ReporterNam Le
AssigneeChris Barber
Created2012-12-05T17:11:18.000+0000
Updated2013-03-27T22:28:09.000+0000

Description

When running titanium info as a replacement for prereq.py, Studio needs the itunes version information. Studio displays the itunes version and compares it to the minimum required version of 10 to determine the validity of the environment

Comments

  1. Chris Barber 2012-12-06

    This isn't much of a regression. The iTunes version was hard coded in the old prereq.py to version 10.0 and there's a comment saying the iTunes version is irrelevant:
       def check_itunes_version(props):
       	# FROM NOW ON, WE DON'T NEED TO WORRY ABOUT iTUNES
       	props['itunes_version']='10.0'
       	props['itunes']=True
       	props['itunes_message']=None
       
    So, I'm not going to add this since it provides ZERO value.

JSON Source