Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #367 from adobe/rlim/image-drop-on-mac
Browse files Browse the repository at this point in the history
Extend the folder drop on icon to any file type on mac.
  • Loading branch information
bchintx committed Nov 6, 2013
2 parents 7e1ae1a + 39f8930 commit 7ed6c3e
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions appshell/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,22 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>fold</string>
<string>****</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>gif</string>
<string>jpe</string>
<string>jpeg</string>
<string>jpg</string>
<string>png</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeName</key>
<string>Folder</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
Expand Down

0 comments on commit 7ed6c3e

Please sign in to comment.