Re: Accepting non-file drags in the Dock
Re: Accepting non-file drags in the Dock
- Subject: Re: Accepting non-file drags in the Dock
- From: Johan Kool <email@hidden>
- Date: Fri, 18 Jan 2008 18:52:15 +0100
I guess this plist entry has something to do with it:
(...)
<key>CFBundleDisplayName</key>
<string>TextEdit</string>
<key>CFBundleDocumentTypes</key>
<array>
(...)
<dict>
<key>CFBundleTypeName</key>
<string>NSStringPboardType</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
</array>
<key>NSDocumentClass</key>
<string>Document</string>
</dict>
(...)
Johan Kool
---
http://www.johankool.nl/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden