[TIMOB-7647] Tooling: titanium.py create with platform set to ipad only does not create an iphone folder in the new project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-08-02T09:15:35.000+0000 |
Affected Version/s | Release 1.8.0.1, Release 2.0.0, Release 1.8.1 |
Fix Version/s | n/a |
Components | Tooling |
Labels | qe-ios021312 |
Reporter | Dustin Hyde |
Assignee | Chris Barber |
Created | 2012-02-14T11:07:38.000+0000 |
Updated | 2017-03-10T18:31:43.000+0000 |
Description
When a new project is created using the command line titanium.py create script and the platform is set to ipad only, no iphone folder is created. As a consequence, when the project is imported into studio, no targets are selected.
Steps to Reproduce:
1. Run similar code in command line, taking into account OS and user directories.
//
dhydeMBPLion:~ dhyde$ /Users/dhyde/Library/Application\ Support/Titanium/mobilesdk/osx/1.8.1/titanium.py create --platform=ipad --type=project --dir=/Users/dhyde/Downloads --name=NewProject --id=com.appcelerator.project
//
Expected Result:
NewProject/iphone should be created.
Actual Result:
No iphone folder is created. When project imported into studio, no targets are selected.
I couldn't reproduce this with the new CLI. Perhaps this was just an issue with the old Python based stuff.
Closing ticket as the issue cannot be reproduced.