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

All simctl commands are performed through Simctl instance #507

Merged

Commits on Aug 3, 2016

  1. Configuration menu
    Copy the full SHA
    011fa80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e3344 View commit details
    Browse the repository at this point in the history
  3. Style: prefer double quotes over single quotes

    In this case I need to search for the string simctl to be sure every call
    is guarded (called in the context of a Simctl instance) - changing all
    instances to have double quotes makes the search easier
    jmoody committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    b651194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1477b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b976cb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec3109d View commit details
    Browse the repository at this point in the history
  7. Simctl: implement launch app

    jmoody committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    14134f0 View commit details
    Browse the repository at this point in the history
  8. CoreSim: app launch is done with Simctl instance

    * guards against invalid CoreSimulator service errors
    * better retry behavior
    * fixes flickering integration example
    jmoody committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    c5da509 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12b2d5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97680b2 View commit details
    Browse the repository at this point in the history
  11. Simctl: implement install app

    jmoody committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    c4e66be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43142ed View commit details
    Browse the repository at this point in the history
  13. Simctl: can return simulator state as a string

    * Booted
    * Shutdown
    * Shuttting down
    jmoody committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    ef6a16a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f78857a View commit details
    Browse the repository at this point in the history
  15. SimControl: add guards for incompatible CoreSimulator service

    This class is slated for removal and is not used internally
    jmoody committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    2e34632 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a99b59 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0ec02e4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d30ad40 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    0c9a80a View commit details
    Browse the repository at this point in the history
  2. Simctl: handle 'Shutdown' state if changes between check and call

    It is possible for the simulator state to change between the first check and the
    actual simctl shutdown call.  We now handle this case.
    jmoody committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    d4f03ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3ec90 View commit details
    Browse the repository at this point in the history
  4. Spec: remove example for deprecated Core.simulator_target? method

    The method had an unguarded call to simctl
    jmoody committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    66b5854 View commit details
    Browse the repository at this point in the history