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 intoplayup: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 intoplayup:masterfrom
j-mutter:simulator-switching

Conversation

@j-mutter
Copy link

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

+1

@ghost
Copy link

ghost commented May 1, 2012

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
Copy link

jstart commented Sep 6, 2012

+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

Comments