Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/sh
  2. # Add this script as an action to Xcode -> Behaviours -> Edit Behaviours... -> Testing starts
  3. # to automatically jump back from the simulator to Xcode when unit test are started
  4. sleep 3
  5. osascript -e 'tell application "Xcode" to activate'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement