From: Damon C. <da...@tc...> - 2015-05-02 18:51:26
|
> In my Info.plist I have the following lines, embedded in the larger xml structure, to say it will try to open anything. > > <key>CFBundleTypeExtensions</key> > <array><string>*</string></array> > > The operating system appears to have some memory of previous values for the CFBundleTypeExtension, however, so that when I change it from "*" to "yyy" it still lets me open "txt" files. I seem to recall having to re-start the finder to get the changes to be accepted. I thought that was all I had to do. In my case I’m using .epub files, but I used a bunch of different combinations to try and find the right magic string, and I still can’t get anything to drop. If I right-click the file, I can Open it with my app (it shows up in the list registered for the .epub file extension). But I still can’t just drop a file on the running app. I’m still looking at it though. :) Damon |