Skip to content

Adds the ability to choose between iPhone or iPad (low and retina) simulators when working with a universal app#6

Open
j-mutter wants to merge 2 commits into
playup:masterfrom
j-mutter:simulator-switching
Open

Adds the ability to choose between iPhone or iPad (low and retina) simulators when working with a universal app#6
j-mutter wants to merge 2 commits into
playup:masterfrom
j-mutter:simulator-switching

Conversation

@j-mutter

Copy link
Copy Markdown

When using Zucchini with Universal apps, the simulator always runs as an iPad. This adds support for specifying which device, and at what resolution, the simulator should use when running a test.

Usage

Simply specify a 'simfamily' value in your config.yml file for your iOS Simulator device - either iPhone or iPad

  iOS Simulator: 
    screen: low_ios5
    simfamily: iPhone

Screen resolution is determined by the screen value, in this case, low.

@kevinbarrett

Copy link
Copy Markdown

+1

@ghost

ghost commented May 1, 2012

Copy link
Copy Markdown

I don't think a framework should mess with iOS app internals.
Can you make this into a third party utility that can be chained with zucchini on the command line?

@jstart

jstart commented Sep 6, 2012

Copy link
Copy Markdown

+1

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.

3 participants