Info.plist: Fix handling of directories

Resulting from the last change to Info.plist in 3e21d041ef we were no
longer able to open directories called <foo>.<bar> wheren bar != git.
Using this code allows us to open all directories again and also to
drag-and-drop to the dock.

Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
Johannes Gilger
2009-03-31 23:10:52 +02:00
committed by Pieter de Bie
parent 85df0f0675
commit 16244df346
+5 -5
View File
@@ -9,14 +9,14 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<key>CFBundleTypeName</key>
<string>Folder</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>*</string>
<string>fold</string>
</array>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleTypeName</key>
<string>Standard folder</string>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>