Add files for building Mac OSX App
[moonshot-ui.git] / mac / Info-pygtk-demo.plist
diff --git a/mac/Info-pygtk-demo.plist b/mac/Info-pygtk-demo.plist
new file mode 100644 (file)
index 0000000..37876b4
--- /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>PyGtkDemo</string>
+    <key>CFBundleGetInfoString</key>
+    <string>2.16.0, (C) 1997-2009 The GTK+ Team http://www.gtk.org</string>
+    <key>CFBundleIconFile</key>
+    <string>Giggle.icns</string>
+    <key>CFBundleIdentifier</key>
+    <string>org.gtk.demo</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleShortVersionString</key>
+    <string>2.16.0</string>
+    <key>CFBundleSignature</key>
+    <string>????</string>
+    <key>CFBundleVersion</key>
+    <string>2.16.0</string>
+    <key>NSHumanReadableCopyright</key>
+    <string>Copyright 1997 - 2009 The GTK+ Tean, GNU General Public License.</string>
+    <key>LSMinimumSystemVersion</key>
+    <string>10.5</string>
+</dict>
+</plist>