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

Commit de57b5d

Browse files
committed
Merge pull request #353 from eugeneo/folderdrag
[Mac] Accept folder dropped on shell icon
2 parents c4d8fb7 + 777a0d2 commit de57b5d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

appshell/mac/Info.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
<string>NSApplication</string>
2929
<key>CFBundleDocumentTypes</key>
3030
<array>
31+
<dict>
32+
<key>CFBundleTypeOSTypes</key>
33+
<array>
34+
<string>fold</string>
35+
</array>
36+
<key>CFBundleTypeRole</key>
37+
<string>Viewer</string>
38+
<key>CFBundleTypeName</key>
39+
<string>Folder</string>
40+
</dict>
3141
<dict>
3242
<key>CFBundleTypeName</key>
3343
<string>Text files</string>

0 commit comments

Comments
 (0)