I want to bind a keyboard shortcut to build a specific Xcode 3 target which is not the default.
I've currently got an ugly solution calling xcodebuild with a user shell script, bound to a shortcut. The problem is that in the context of the shell script, I can't find a way to find the location of the current project file, so I've resorted to hard coding it.
I'd like to either avoid the hardcoded path in the shell script, or hear of another way to solve this entirely.
Again, I'm running a crusty old Xcode version 3.2, so Xcode 4 specific solutions are out for me.