3
0
Fork 0

Added Kiwix icon for .ZIM files on OSX

small_fixes
reg_ 14 years ago
parent 96c5cbb27b
commit d2688cbbbc

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<dict>
<key>CFBundleExecutable</key>
<string>xulrunner</string>
<key>CFBundleGetInfoString</key>
@ -20,7 +20,6 @@
<string>0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<!--only useful if your app handle urls-->
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -39,21 +38,19 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFile</key>
<string>kiwix-ZIM.icns</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeName</key>
<string>ZIM file</string>
<string>OpenZIM Content File</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>zim</string>
<string>zimaa</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/xml</string>
<string>data</string>
</array>
</dict>
</array>
</dict>
</dict>
</plist>

Loading…
Cancel
Save