Skip navigation.
 
mlRe: Accepting non-file drags in the Dock
FROM : Johan Kool
DATE : Fri Jan 18 18:52:15 2008

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/

Related mailsAuthorDate
mlAccepting non-file drags in the Dock ? Jan 18, 18:38
mlRe: Accepting non-file drags in the Dock Johan Kool Jan 18, 18:52
mlRe: Accepting non-file drags in the Dock Knowledge Engineer… Jan 18, 21:00