From: Damon C. <da...@tc...> - 2015-05-02 21:50:33
|
Just more information. Even the base Wish.app defines .tcl as an extension it accepts, and I can’t drop a .tcl file onto it. I also went back and built 8.5.18 and tried, and it’s not working there either. This is all on Yosemite, by the way. Damon > On May 2, 2015, at 1:51 PM, Damon Courtney <da...@tc...> wrote: > >> 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 |