[TIMOB-7648] Tooling: titanium.py create with ipad as an additional platform argument does not create a manifest
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-02T09:06:00.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:19:06.000+0000 |
Updated | 2013-08-02T20:03:09.000+0000 |
Description
When a new project is created using the command line titanium.py create script and ipad is used as an additional platform argument (i.e., android & ipad, iphone & ipad), no manifest file is created. As a consequence, the project cannot be imported into studio.
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,android --type=project --dir=/Users/dhyde/Downloads --name=NewProject --id=com.appcelerator.project
//
Expected Result:
New project should be created with a manifest.
Actual Result:
No manifest file is created. Project cannot be imported into studio.
Not going to fix since the manifest file has no purpose and will be removed in 3.2.0. Here's the ticket: TIMOB-13166.
Closing.