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.
EDIT
You might have to restart XCode to see the changes.
- Right click on your Info.plist;
- "Open As" -> "Source Code";
- Search "CFBundleURLTypes", and delete that you want to delete;
- Clean and build