I've implemented a drag-and-drop function in my application. The app let's you open .kext
files.
I've used -(void)application:openFiles:
as well as having set the Document Types:
All works well, and my app can detect when the kext is dropped. However, when a Kext is dropped, all kexts on my Mac change icon to Folder icon! I guess it has something to do with my app messing with the file associations.
Is there any way around this?