[TIMOB-16610] New XCode CLI command might be useful?
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-03-28T06:56:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | n/a |
Reporter | Rick Blalock |
Assignee | Chris Barber |
Created | 2014-03-11T17:32:42.000+0000 |
Updated | 2017-03-22T20:54:52.000+0000 |
Description
Hey Guys,
Just wanted to highlight this new hook in XCode 5.1. Here's the verbiage:
Installing Device Support
Run from the command-line, Xcode.app takes the new command-line argument, -installComponents. When Xcode is run from a command-line script with this option, it installs the required device support packages and then quits. (15127411)
I'm not 100% sure if the "required device support packages" mean the command line tools we usually have to install manually or not but it's worth looking at if it makes our users' lives easier.
Cool, but I don't see us using that. We now use the node-ios-device module that takes care of this and more.
Closing ticket as invalid with reference to the above comments.