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

Commit 39f8930

Browse files
committed
Extend the folder drop on icon to any file type on mac. Also allow user to use "Open With" for image file extensions.
1 parent 9a8cfbc commit 39f8930

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

appshell/mac/Info.plist

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,22 @@
2929
<key>CFBundleDocumentTypes</key>
3030
<array>
3131
<dict>
32+
<key>CFBundleTypeName</key>
33+
<string>Document</string>
34+
<key>CFBundleTypeRole</key>
35+
<string>Viewer</string>
3236
<key>CFBundleTypeOSTypes</key>
3337
<array>
34-
<string>fold</string>
38+
<string>****</string>
39+
</array>
40+
<key>CFBundleTypeExtensions</key>
41+
<array>
42+
<string>gif</string>
43+
<string>jpe</string>
44+
<string>jpeg</string>
45+
<string>jpg</string>
46+
<string>png</string>
3547
</array>
36-
<key>CFBundleTypeRole</key>
37-
<string>Viewer</string>
38-
<key>CFBundleTypeName</key>
39-
<string>Folder</string>
4048
</dict>
4149
<dict>
4250
<key>CFBundleTypeName</key>

0 commit comments

Comments
 (0)