I was looking through the docs to find how to allow dropping on the dock icon. From what I've seen, it is recommended that you use LSItemContentTypes, as CFBundleTypeOSTypes is deprecated. However, I can not get LSItemContentTypes to work, only with CFBundleTypeOSTypes being ** will it accept the drops.
How can I do this in a non-deprecated way?
Thanks, Nick