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

Xcode 9 supports running multiple simulators #17284

Closed
wants to merge 9 commits into from
Closed

Xcode 9 supports running multiple simulators #17284

wants to merge 9 commits into from

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    91d5c85 View commit details
    Browse the repository at this point in the history
  2. update tests

    koenpunt committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    7ed9d5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fb9b15 View commit details
    Browse the repository at this point in the history
  4. update expected outcome

    koenpunt committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    7bce500 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9befecf View commit details
    Browse the repository at this point in the history
  6. use resolved simulator udid to boot, install and launch

    move buildProject invocation
    koenpunt committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    abf9f99 View commit details
    Browse the repository at this point in the history
  7. throw error when booting simulator fails

    to guide users with Xcode < 9 we now throw an informative error that running multiple simulators is only support in Xcode 9 and up
    koenpunt committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    ae9ba43 View commit details
    Browse the repository at this point in the history
  8. only try booting a non-booted simulator

    also changed spawnSync to execFileSync, because spawnSync didn't throw
    koenpunt committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    a718892 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95a8dc3 View commit details
    Browse the repository at this point in the history