From f4f08cdfebba0268341a3eb928a82ab0c9d4da55 Mon Sep 17 00:00:00 2001 From: reg_ Date: Mon, 10 Jan 2011 11:55:36 +0000 Subject: [PATCH] Added OSX package building support --- src/macosx/Info.plist | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/macosx/Info.plist 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