[TIMOB-14620] CLI: Update outdated tiapp.xml files in project templates
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-15T02:39:43.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0 |
Components | Templates |
Labels | documentation, studio, templates, tiapp, tiapp.xml |
Reporter | Fokke Zandbergen |
Assignee | Chris Barber |
Created | 2013-07-22T21:06:14.000+0000 |
Updated | 2017-03-24T20:51:29.000+0000 |
Description
The
tiapp.xml
files in the Studio project templates are outdated.
* They still contain the deprecated top-level iOS elements and the <iphone />
section instead of the new <ios />
.
* The default orientations for iPhone/iPad should updated
* set ti.ui.defaultunit to "dp"
Since these templates are the starting point for both beginners and advanced devs, I think they should always reflect the latest best practice.
PR's for this: - https://github.com/appcelerator/titanium_mobile/pull/4727 - https://github.com/appcelerator/titanium_mobile/pull/4726
I believe TIMOB-11211 may also be addressed by this issue.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/4973
Closing ticket as fixed.