I have written an editor that I would like to be able to handle any file, including those with no extension.
I think that I need to add **** to the Document OS Types in my filetype entry in the Info.plist, but whereas this does allow me to drag any file to the dock icon, it doesn't attempt to open the file with the associated NSDocument class, instead telling me that my application doesn't know how to open the "SimpleText Format" format.
Any help with the step I have missed here would be greatly appreciated.