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

Release/2.1.0 #425

Merged
merged 96 commits into from
Mar 31, 2016
Merged

Release/2.1.0 #425

merged 96 commits into from
Mar 31, 2016

Conversation

jmoody
Copy link
Contributor

@jmoody jmoody commented Mar 31, 2016

2.1.0

This release fixes a bug that might put the iOS Simulator into a bad state.
An iOS Simulator could potentially have a .app installed in its directory
structure, but the app would not appear in Springboard or be detected by
simctl. We have fixed the bug for Xcode 7. There is no possible fix for
Xcode 6. In order to ensure that your iOS Simulators are in a good shape we
recommend that all users run:

# Will take ~10 minutes depending on the number of installed simulators.
#
# Don't forget to run this on your CI machines.
#
# You only have to run this command once!
$ DEBUG=1 run-loop simctl doctor

I apologize for the inconvenience, this mistake is on me. -jjm

jmoody and others added 30 commits March 10, 2016 19:16
Some users (myself included) were encountering seemingly random Errno::EPIPE errors around different Calabash gestures which caused tests to fail.  This fixes #395.
…-target-and-endpoint

Environment: handle empty strings for DEVICE_TARGET, DEVICE_ENDPOINT, and TRACE_TEMPLATE
Flush pipe_io if Errno::EPIPE error is encountered
On Xcode 7 - Xcode 6 behavior is unchanged.
…heck-for-xcode-7-sims

Improve installed app check for Xcode 7 simulators
See #420

Doctor ensures there are no 'hidden' apps
…-erase-devices-first

CLI: simctl doctor erases sims first
…ion-info

App and Ipa can return version info
resolved to nil, now resolves to @bundle_id
…-xcuitest-and-sending-commands

Experimental interface for launching CBX-Runner and sending commands
@jmoody jmoody added this to the 2.1.0 milestone Mar 31, 2016
@jmoody jmoody merged commit 814e61b into master Mar 31, 2016
@jmoody jmoody deleted the release/2.1.0 branch March 31, 2016 14:37
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.

2 participants