fixed bump version script and updated to beta2

This commit is contained in:
reg_ 2011-08-05 08:10:22 +00:00
parent 0d5e778697
commit f02dd3e200

View File

@ -1,56 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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 beta2</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>
<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>CFBundleTypeIconFile</key>
<string>kiwix-ZIM.icns</string> <string>kiwix-ZIM.icns</string>
<key>LSHandlerRank</key> <key>LSHandlerRank</key>
<string>Owner</string> <string>Owner</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>OpenZIM Content File</string> <string>OpenZIM Content File</string>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>zim</string> <string>zim</string>
</array> </array>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>