[TIMOB-15576] iOS: Simulator - Add support for iPad Retina (64-bit)
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-10-29T05:19:46.000+0000 |
Affected Version/s | Release 3.1.3, Release 3.1.4 |
Fix Version/s | 2013 Sprint 22, 2013 Sprint 22 API, Release 3.2.0 |
Components | CLI, iOS |
Labels | merge-3.1.4, module_build, module_cli, qe-3.1.3, qe-3.1.4, qe-3.2.0, qe-closed-3.2.0, qe-nfc, qe-testadded |
Reporter | Wilson Luu |
Assignee | Sabil Rahim |
Created | 2013-10-24T19:34:35.000+0000 |
Updated | 2014-04-22T06:25:08.000+0000 |
Description
Attachments
File | Date | Size |
---|---|---|
config.png | 2013-10-24T19:34:35.000+0000 | 87712 |
ipad_simu.png | 2013-10-24T19:34:35.000+0000 | 66185 |
ipad_simu2.png | 2013-10-24T19:34:35.000+0000 | 612941 |
ipad_simu3.png | 2013-10-24T19:34:35.000+0000 | 502332 |
This looks to be a SDK ticket. Studio is passing in the corresponding flags of "--retina --tall -sim-64bit", and it's up to CLI/SDK to handle the values correctly.
Currently the --sim-64bit option is iphone only, so we'd need to shuffle around a line of code in the ios run.js hook to allow 64-bit ipad simulators as far as the CLI is concerned.
Here's the fix for the run hook: TIMOB-15588. ios-sim does not seem to honor the --sim-64bit flag, so [~srahim] will need to add support for that. Also, ios-sim does not support "7.0.3":
Sabil, you will need to pull the latest Titanium CLI 3.2 and latest Titanium SDK 3.2 that has applied the PR from TIMOB-15575 in order to test this.
Master PR : https://github.com/appcelerator/titanium_mobile/pull/4871 ios-sim PR : https://github.com/appcelerator/ios-sim/pull/6
Closing ticket as fixed. Verified I was able to select iPad Retina (64-bit) from Studio. Tested on: Tested on: Appcelerator Studio, build: 3.2.0.201312091648 SDK build: 3.2.0.v20131210112451 CLI: 3.2.0-cr Alloy: 1.3.0-cr Xcode: 5.0.2 Device: ipad simulator 64-bit (7.0.3)