I have an iphone app.
I decided to upgrade it to iPad and installed the xcode_3.2.3_and_iphone_sdk_4__final.dmg
I upgraded the app to an universal app.
Before installation of new sdk, I could compile my iphone app with 3.0 sdk. However, after installation, I can only see iPhone Device 3.2 adn 4.0 sdks on xcode.
I wonder, if I compiled my universal app with 3.2 sdk then can the iphones with 3.0-1-2 OS versions run my new universal app?
If they can not, are there any way to do that?