How to delete "URL Types" from Xcode?

I found a way to delete them: just open the Info.plist, delete the other rows and build/clean the project.

enter image description here

EDIT

You might have to restart XCode to see the changes.


  1. Right click on your Info.plist;
  2. "Open As" -> "Source Code";
  3. Search "CFBundleURLTypes", and delete that you want to delete;
  4. Clean and build

I did not have enough reputation to post images.