Tag Archives: xcode

OpenEars 1.2.1, RapidEars 1.1, Rejecto 1.0

20 September

Another big release day! OpenEars 1.2.1 is out, adding the very-suddenly-required armv7s slice and fixing the bug in which speech from right before a call to suspendRecognition will be processed after recognition is resumed. Downloadable at https://www.politepix.com/openears. Also released today is RapidEars 1.1, which further refines many improvements of the past few versions and is […]

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 […]