Yes, this is awfully annoying. There are two ways to solve this: either you compress ResKnife into an archive every time you don't need it, or you modify the Info.plist inside the application bundle. You need to remove the second entry in "CFBundleDocumentTypes" (the one with '*' in "CFBundleTypeExtensions"). The easiest way to do this is by opening the plist file in Property List Editor. To make the changes work, you should simulate a 'reinstall' by compressing ResKnife into an archive, throwing away the application, and then decompressing the archive again.
changes File Mappings - doctor.lex
Yes, this is awfully annoying. There are two ways to solve this: either you compress ResKnife into an archive every time you don't need it, or you modify the Info.plist inside the application bundle. You need to remove the second entry in "CFBundleDocumentTypes" (the one with '*' in "CFBundleTypeExtensions"). The easiest way to do this is by opening the plist file in Property List Editor. To make the changes work, you should simulate a 'reinstall' by compressing ResKnife into an archive, throwing away the application, and then decompressing the archive again.Reply to This
Tuesday, June 26 2007 @ 05:34 AM PDT