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

Commit d40e214

Browse files
committed
Accept folders dropped on the icon
1 parent fa15f22 commit d40e214

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)