3
0
Fork 0

Added Kiwix icon for .ZIM files on OSX

small_fixes
reg_ 14 years ago
parent 96c5cbb27b
commit d2688cbbbc

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <plist version="1.0">
<dict> <dict>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@ -20,7 +20,6 @@
<string>0.3</string> <string>0.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<!--only useful if your app handle urls-->
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
@ -39,20 +38,18 @@
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>
<key>CFBundleTypeIconFile</key>
<string>kiwix-ZIM.icns</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>ZIM file</string> <string>OpenZIM Content File</string>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>zim</string> <string>zim</string>
<string>zimaa</string>
</array> </array>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/xml</string>
<string>data</string>
</array>
</dict> </dict>
</array> </array>
</dict> </dict>

Loading…
Cancel
Save