Only 2 build styles as default!

Hello

When I used Xcode before, when I wanted to save my app to release it as finished, I would just clean it up and then set the build style to “Release”. However, I recently got a new laptop. and with it, a newer version of Xcode. This version only has two build styles. Development, and deploy. Neither of these do what I want! I want a build style like the old one which made my application complete.

How do I give my application to other people in a completed state, if I can’t change the build style?

My xcode (version 2.2.1, download from the ADC site) has two build styles: Debug and Release (look under menu Project >> Set Active Build Configuration). If you want to give your project to other people, I’d guess Release would be the most appropriate setting.