[TIMOB-11444] CLI: TItanium build should not have --device-family option
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-10-26T18:15:00.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | n/a |
| Reporter | Natalie Huynh |
| Assignee | Chris Barber |
| Created | 2012-10-12T23:56:13.000+0000 |
| Updated | 2016-03-17T00:21:50.000+0000 |
Description
Steps to Reproduce:
1. Run "titanium build -h"
Actual:
-F, --device-family the device family to build for [iphone, ipad, universal]
Expected:
tiapp.xml should indicate if the project is iphone, ipad or universal and it is not set during the build level
1. The old iphone builder.py allows you to pass in a device family. If you don't, it defaults to "iphone". 2. Am I supposed to know it's universal if both iphone and ipad are true?
We should NOT remove the --device-family option.