Info.plist: Make GitX open any file/folder on drop

This extends the Info.plist, allowing any file/folder to be dropped onto
the GitX dock-icon.

Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
Johannes Gilger
2009-02-21 23:38:11 +01:00
parent 51478449ec
commit 3e21d041ef
+10
View File
@@ -8,6 +8,16 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleTypeName</key>
<string>Standard folder</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>