Created
February 27, 2015 10:38
-
-
Save ahoppen/aa71c48bafd62472a446 to your computer and use it in GitHub Desktop.
Focus Xcode after test has been started
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Add this script as an action to Xcode -> Behaviours -> Edit Behaviours... -> Testing starts | |
# to automatically jump back from the simulator to Xcode when unit test are started | |
sleep 3 | |
osascript -e 'tell application "Xcode" to activate' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment