aboutsummaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
committerBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
commitab10720260e2c184b319026da89f4dfd338500bb (patch)
treea692a27435da0296972e43b21b2f35762e720bfd /Info.plist
downloadmoxie-ab10720260e2c184b319026da89f4dfd338500bb.tar.gz
moxie-ab10720260e2c184b319026da89f4dfd338500bb.zip
Initial commit
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist55
1 files changed, 55 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 0000000..c6f7d1d
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,55 @@
+<?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>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>moxie</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>MoxieWorld.icns</string>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>application/com.kublai.Moxie</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Moxie World</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>MOXI</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>NSDocumentClass</key>
+ <string>World</string>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>Moxie</string>
+ <key>CFBundleHelpBookFolder</key>
+ <string>Moxie Help</string>
+ <key>CFBundleHelpBookName</key>
+ <string>Moxie Help</string>
+ <key>CFBundleIconFile</key>
+ <string>Moxie.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.kublai.Moxie</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>MOXI</string>
+ <key>CFBundleVersion</key>
+ <string>0-dev</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>