Scripting Build Selection in Xcode
When I'm doing iPhone development, I constantly
switch between running on the device and the simulator. As far
as I can tell, Xcode doesn't provide an easily-accessible keyboard
shortcuts for switching between SDKs. Since I hate breaking up my flow by
having to reach for the mouse, I put together a couple of
AppleScripts that bind hot-keys to switching between SDKs. Download
these two scripts to wherever you like to store your AppleScripts.
I like to put mine in ~/Library/Scripts.
Read More