[TIMOB-12375] CLI: Selecting iOS platform returns only iPhone as a Deployment Target
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-01-23T19:46:29.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.0.2, Release 3.1.0, 2013 Sprint 02 JS, 2013 Sprint 02 |
| Components | CLI |
| Labels | module_cli, qe-cli, qe-port, qe-testadded |
| Reporter | Olga Romero |
| Assignee | Chris Barber |
| Created | 2013-01-22T18:43:58.000+0000 |
| Updated | 2014-08-18T04:55:05.000+0000 |
Description
Creating a project with targeted platform iOS, which include iPhone and iPad, returns only iPhone as a Deployment Target.
Steps to reproduce:
1) Use ti create -p to list your platforms
2) perform a ti project
Result:
Deployment Targets:
ipad = false
iphone = true
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3761 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3762
Closing as fixed. Actual result==expected Deployment Targets: android = false ipad = true iphone = true mobileweb = false Project Properties: sdk-version = 3.0.2.v20130123121656 Tested also with: master latest commit 70cfc457ac