Add files for building Mac OSX App
[moonshot-ui.git] / mac / moonshot-ui.app / Contents / Info.plist
diff --git a/mac/moonshot-ui.app/Contents/Info.plist b/mac/moonshot-ui.app/Contents/Info.plist
new file mode 100644 (file)
index 0000000..445cb80
--- /dev/null
@@ -0,0 +1,30 @@
+<?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">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>moonshot-ui</string>
+       <key>CFBundleGetInfoString</key>
+       <string>0.3, Copyright 2006-2007 Imendio AB</string>
+       <key>CFBundleIconFile</key>
+       <string>Giggle.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.imendio.Giggle</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>0.3</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>0.3</string>
+       <key>NSHumanReadableCopyright</key>
+       <string>Copyright 2006-2007 Imendio AB, GNU General Public License.</string>
+       <key>LSMinimumSystemVersion</key>
+       <string>10.4</string>
+</dict>
+</plist>