0

How do I make an OS X app respond to any possible document UTI as an editor? That is, it should be capable of handling any file dragged to its Dock icon.

jscs
  • 63,694
  • 13
  • 151
  • 195

1 Answers1

0

Use the UTI public.data to handle all files.

(Do not use public.item; weird things will happen.)

Wevah
  • 28,182
  • 7
  • 83
  • 72