3
0
Fork 0

Added Kiwix icon for .ZIM files on OSX

small_fixes
reg_ 14 years ago
parent 96c5cbb27b
commit d2688cbbbc

@ -1,59 +1,56 @@
<?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>
<string>xulrunner</string> <string>xulrunner</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>0.9 beta1</string> <string>0.9 beta1</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>kiwix.icns</string> <string>kiwix.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.kiwix.kiwix</string> <string>org.kiwix.kiwix</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>0.1</string> <string>0.1</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Kiwix</string> <string>Kiwix</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<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> <key>CFBundleURLIconFile</key>
<key>CFBundleURLIconFile</key> <string>kiwix.icns</string>
<string>kiwix.icns</string> <key>CFBundleURLName</key>
<key>CFBundleURLName</key> <string>Kiwix URL</string>
<string>Kiwix URL</string> <key>CFBundleURLSchemes</key>
<key>CFBundleURLSchemes</key> <array>
<array> <string>zim</string>
<string>zim</string> </array>
</array> </dict>
</dict> </array>
</array> <key>CFBundleVersion</key>
<key>CFBundleVersion</key> <string>1.0</string>
<string>1.0</string> <key>CFBundleDocumentTypes</key>
<key>CFBundleDocumentTypes</key> <array>
<array> <dict>
<dict> <key>CFBundleTypeIconFile</key>
<key>CFBundleTypeName</key> <string>kiwix-ZIM.icns</string>
<string>ZIM file</string> <key>LSHandlerRank</key>
<key>CFBundleTypeExtensions</key> <string>Owner</string>
<array> <key>CFBundleTypeName</key>
<string>zim</string> <string>OpenZIM Content File</string>
<string>zimaa</string> <key>CFBundleTypeExtensions</key>
</array> <array>
<key>CFBundleTypeRole</key> <string>zim</string>
<string>Viewer</string> </array>
<key>CFBundleTypeMIMETypes</key> <key>CFBundleTypeRole</key>
<array> <string>Viewer</string>
<string>text/xml</string> </dict>
<string>data</string> </array>
</array> </dict>
</dict>
</array>
</dict>
</plist> </plist>

Loading…
Cancel
Save