Fixed opening of any file not working.

This commit is contained in:
Kevin Wojniak 2012-11-19 19:32:17 -08:00
parent 75a083cbee
commit e4d733e9df

View File

@ -10,7 +10,6 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>rsrc</string>
<string>*</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>Resource file.icns</string>
@ -21,7 +20,6 @@
<string>rsrc</string>
<string>RSRC</string>
<string>????</string>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
@ -32,6 +30,22 @@
<key>NSDocumentClass</key>
<string>ResourceDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeName</key>
<string>any</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>ResourceDocument</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>ResKnife Cocoa</string>