Began implementing OSX app-bundle support.
[projects/chimara/chimara.git] / bundle / Info-chimara.plist
diff --git a/bundle/Info-chimara.plist b/bundle/Info-chimara.plist
new file mode 100644 (file)
index 0000000..7f3a3f6
--- /dev/null
@@ -0,0 +1,30 @@
+<?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">
+<plist version="1.0">
+<dict>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleExecutable</key>
+    <string>chimara</string>
+    <key>CFBundleGetInfoString</key>
+    <string>0.9 (C) 2009-2012 Philip Chimento and Marijn van Vliet http://www.chimara-if.org</string>
+    <key>CFBundleIconFile</key>
+    <string>chimara.icns</string>
+    <key>CFBundleIdentifier</key>
+    <string>org.chimara.chimara</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleShortVersionString</key>
+    <string>0.9</string>
+    <key>CFBundleSignature</key>
+    <string>????</string>
+    <key>CFBundleVersion</key>
+    <string>0.9</string>
+    <key>NSHumanReadableCopyright</key>
+    <string>Copyright 2009 - 2012 Philip Chimento and Marijn van Vliet, BSD License.</string>
+    <key>LSMinimumSystemVersion</key>
+    <string>10.4</string>
+</dict>
+</plist>