[TIMOB-11211] Ti: Samples do not contain ios new default structure for tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-07-10T18:13:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-stud090112 |
Reporter | Olga Romero |
Assignee | Chris Barber |
Created | 2012-09-28T17:58:48.000+0000 |
Updated | 2017-07-10T18:13:00.000+0000 |
Description
Description:
While creating a new mobile project for ios devices, I noticed an absence of element in tiapp.xml, which is intended to replace the section, which is now deprecated.
See iOS specific section in API documentation:
http://docs.appcelerator.com/titanium/2.1/index.html#!/guide/tiapp.xml_and_timodule.xml_Reference
Here are the samples that need updating:
* https://github.com/appcelerator-developer-relations/Template.HTML
* https://github.com/appcelerator-developer-relations/Template.MasterDetail
* https://github.com/appcelerator-developer-relations/Template.SingleWindow
* https://github.com/appcelerator-developer-relations/Template.Tabbed
This should be a sdk issue, as Studio just calls the python script to generate the default content, including the one in tiapp.xml.
Will this be fixed in the new CLI?
Looks like it is fixed in the new CLI . tiapp.xml contains
Can verify this has been fixed for some time.