In Xcode, under Info tab, what's Role for in URL Types section? In Xcode, under Info tab, what's Role for in URL Types section? ios ios

In Xcode, under Info tab, what's Role for in URL Types section?


It represents what your app can do with the URL / file type.

  • Editor == read and write.
  • Viewer == read only.
  • None == can't use at all.

This flag isn't used by iOS.