I have an application which is already in App Store and developed with XCode 3.2 version. Now I am using latest X-Code version 4.3.3. In previous version we get the option that "Create iPad Conversion" but in XCode 4 we didn't have such kind of option so, I googled some articles and I did following steps: 1. Project navigator -> select target -> right click and selecte duplicate for ipad. 2. On summary tab select devices as "Universal".
When I run the application with iPad simulator I found that still there was showing iphone window with all its controls on Ipad simulator. I didn't get exact iPad window with resized controls.
I have total 14 .xib files with mainwindow.xib. What are the more steps that I have to follow to convert whole project into iPad?