changed xml formatting on osx plist file

pull/9/head
reg_ 16 years ago
parent 503254c7dd
commit 17e7da4f8b

@ -1,40 +1,40 @@
<?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 Computer//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 alpha8</string> <string>0.9 alpha8</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.9</string> <string>0.9</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<!--only useful if your app handle urls--> <!--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>
</dict> </dict>
</plist> </plist>
Loading…
Cancel
Save