[TIMOB-16515] CLI: IOS - check min iOS version setting in Tiapp below iOS 6.0, which should then ignore the setting and default to 6.0
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-04-11T23:22:22.000+0000 |
Affected Version/s | Release 3.2.2 |
Fix Version/s | 2014 Sprint 07, 2014 Sprint 07 Tooling, Release 3.3.0 |
Components | CLI, iOS |
Labels | qe-3.2.2, qe-testadded |
Reporter | Olga Romero |
Assignee | Chris Barber |
Created | 2014-02-27T18:28:11.000+0000 |
Updated | 2014-04-23T07:31:02.000+0000 |
Description
When a min iOS version is set in tiapp.xml and the project built for simulator or device, there is no info in the log, explaining the reason of default setting instead of custom settings.
h.5 To reproduce
1) Create a project in Studio with an iOS target
2) Edit the tiapp.xml to include the following and save the changes:
4.0
3) Build the project for any version iOS simulator and observe logs
h.5 Expected result
The following appears in the log:
[INFO] Minimum iOS version 4.0 is lower than 6.0: Using 6.0 as minimum
[INFO] Minimum iOS version: 6.0
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5559
min ios version is set to 6.0 when a lower version in tiapp.xml Verified on: Titanium SDK: 3.3.0.v20140422163054 XCode: 5.1.1 Titanium CLI: 3.3.0-dev