Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.