Hey guys,
Here is what I would like, perfectly:
When a user clicks save, they can enter any file name they want, but when they do, I also want to be able to open the file they just saved, in Xcode where I set file types, if I leave it blank, it won't let me open any files whatsoever. So basically, I want to be able to open any file type. Also, I would like to be able to set my application as the default for opening a few file types like html, or php. And if not default, atleast put it in the list. I have tried this:
<key>LSIsAppleDefaultForType</key>
<true/>
But it doesn't seem to want to work.
Any help is appreciated, thanks
Oliver