[ALOY-1084] [Alloy] jake app:run should accept -I (really all titanium CLI flags)
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2014-07-15T14:58:51.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.5.0 |
| Components | Tooling |
| Labels | n/a |
| Reporter | Mauro Parra-Miranda |
| Assignee | Tony Lukasavage |
| Created | 2014-06-10T18:15:23.000+0000 |
| Updated | 2014-08-22T22:28:39.000+0000 |
Description
If a developer has Xcode 6 beta and Xcode 5.11 installed, there is no way to tell the alloy command jake app:run dir="example/here" that you want to use the iOS SDK version 7.1 rather than 8.0
jake really should be able to pass along any and all extra arguments.
this should be valid:
jake app:run dir="ui/listview" -I 7.1
I is ignored but if i go to the harness directory then I can type:
ti build --platform=iphone -I 7.1
this works.
Original reporter: [~sophrinix]
This is resolved by ALOY-956. The jake tests now support any CLI argument as described in that ticket.
Duplicate. Closing as ALOY-956 has been closed.