diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist new file mode 100644 index 0000000..5133d5f --- /dev/null +++ b/src/macosx/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleExecutable + xulrunner + CFBundleGetInfoString + 0.9 alpha8 + CFBundleIconFile + kiwix.icns + CFBundleIdentifier + org.kiwix.kiwix + CFBundleInfoDictionaryVersion + 0.1 + CFBundleName + Kiwix + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.9 + CFBundleSignature + ???? + + CFBundleURLTypes + + + CFBundleURLIconFile + kiwix.icns + CFBundleURLName + Kiwix URL + CFBundleURLSchemes + + zim + + + + CFBundleVersion + 1.0 + + \ No newline at end of file