Background: I have XCode 3.2.3 installed and want to distribute a project, ideally to a variety of iPhone (iPod Touch?) devices, including older ones. When choosing Project -> Build -> Base SDK I'm seeing the options "iPhone Device 4.0" and "iPhone Device 3.2" (no more 3.1.x, though IIRC it was in in the previous version of XCode, before I downloaded the latest one after iOS4).
Question: How can I set my deployment target to say iPhone OS 3.0 or 3.1? Or what should I do?
(I've read through several previous StackOverflow Q&A's on similar subjects but I'm still confused. Thanks!)