[TIMOB-17696] CLI: Can't set search path for detecting Xcode installations
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-09-16T12:46:19.000+0000 |
Affected Version/s | Release 3.4.0 |
Fix Version/s | Release 4.0.0 |
Components | CLI |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2014-09-15T23:34:49.000+0000 |
Updated | 2014-10-03T00:04:55.000+0000 |
Description
If you try to set a custom search path for Xcode installations, "ti config" fails with:
chris@yojimbo:~/$ ti config paths.xcode ~/Desktop/
[ERROR] Unsupported key paths.xcode
CLI Master: https://github.com/appcelerator/titanium/pull/161 CLI 3_4_X: https://github.com/appcelerator/titanium/pull/162 To test, run
ti config paths.xcode ~/Desktop/
.Works. PRs merged
Verified fix on: Mac OSX 10.9.5 Appcelerator Studio, build: 3.4.0.201409261245 Titanium SDK build: 3.5.0.v20141002135233 Titanium CLI, build: 3.4.0 Alloy: 1.5.1 Set the Xcode path in ti config to Desktop and the CLI accepted the input and changed the path. Closing ticket.