I started developing an app for the iPhone, but then decided I want to have it to be universal for both iPhone and iPad.
What I did was just go to the project target -> build setting -> targeted device family -> iPhone/iPad
and also in the summary -> devices -> universal.
I'm pretty sure this doesn't finish the conversion because when I go to one of the controller nib files, I can't create a Split view Controller.
What is the proper way to convert the iPhone application to universal?