Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-15116]iOS: Adding support for 64 bit iOS7 4-inch simulator. #4673

Merged
merged 2 commits into from Sep 13, 2013

Conversation

srahim
Copy link
Contributor

@srahim srahim commented Sep 11, 2013

TESTING INSTRUCTIONS
Code Review of the ios-sim project to be done on https://github.com/appcelerator/ios-sim/pull/5

the testing can be done only through CLI.

Make sure when you are building through scons you do "node-appc-branch=master"

  • Go to any Titanium app folder in terminal or create a new app.
  • "ti build -p ios -Y iphone -S 7.0 --retina --tall --sim-64bit"
  • Kill the ios simulator app.
  • Test out variation of the --retina, --tall and simulator versions and sim types for regression testing.

Make sure to kill the simulator before running the next command. Otherwise the right simulator will not be displayed

@@ -80,6 +80,9 @@ exports.init = function (logger, config, cli) {
cmd.push('--retina');
if (appc.version.gte(build.iosSimVersion, '6.0.0') && build.iosSimType == 'iphone' && cli.argv.tall) {
cmd.push('--tall');
if (appc.version.gte(build.iosSimVersion, '7.0.0') && build.iosSimType == 'iphone' && cli.argv.tall) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this always launch the 64bit simulator if you say retina and tall? Is that the expected behavior?

I think this should be cli.argv.sim-64bit

@vishalduggal
Copy link
Contributor

CR failed. As expected FR also failed.
ti build -p ios -Y iphone -S 7.0 --retina --tall brings up the 64bit simulator.

@vishalduggal
Copy link
Contributor

CR and FR ok. Able to launch 64 bit and non 64 bit sim on iOS7. 64 bit sim parameter ignored on lower versions. APPROVED

vishalduggal added a commit that referenced this pull request Sep 13, 2013
[TIMOB-15116]iOS: Adding support for 64 bit iOS7 4-inch simulator.
@vishalduggal vishalduggal merged commit a7584b2 into tidev:master Sep 13, 2013
@srahim srahim deleted the timob-15116 branch December 10, 2013 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants