How can I quickly set the iPhone deployment target in Xcode?

Posted by nevan on Stack Overflow See other posts from Stack Overflow or by nevan
Published on 2010-05-05T17:55:19Z Indexed on 2010/05/05 17:58 UTC
Read the original article Hit count: 221

Filed under:
|
|
|
|

I was reading this great article about Base SDK and Deployment targets and decided to try it out myself. The Deployment target seems to be buried in the Build settings, and not that easy to access compared to the Base SDK target (which is right there in the General tab of the project settings). To get to the Deployment settings now I have to Get Info, go to the Build tab, then search for "Deployment".

Is there a quick way to check and access the Deployment target in Xcode that I'm missing?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode