Recognize files with 'patch' and 'diff' extensions

This commit is contained in:
Bjorn Winckler
2008-03-06 19:49:36 +01:00
parent 2fefb81d43
commit fa28669748
+15
View File
@@ -484,6 +484,21 @@
<string>com.sun.java-class</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>patch</string>
<string>diff</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>doc-bm</string>
<key>CFBundleTypeName</key>
<string>Patch File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>