Tag Archives: applescript

Open the Simulator sandbox folder of the app you just built and ran

13 May

Updated for Xcode 6: I now use the following bash one-liner: open -R `find ~/Library/Developer/CoreSimulator/Devices -type d -depth 5 -name “*.app” -print0 | xargs -0 stat -f “%m %N” | sort -rn | head -1 | cut -f2- -d” “` Read on for some historical AppleScript which applies to Xcode versions previous to 6. Here’s […]