summaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorDavid Athay <garfield@imac.local>2008-11-17 20:35:54 +0000
committerDavid Athay <garfield@imac.local>2008-11-17 20:35:54 +0000
commit1515a857d92de384e55f56124273e7ceda0b994c (patch)
tree3b5df21fb87e62ff0653cb3064e8fbbb14e31fdd /Info.plist
parent8a458bbf5bc6fcfa66d6e96e0dea1ec20b2fd0d9 (diff)
downloadmana-client-1515a857d92de384e55f56124273e7ceda0b994c.tar.gz
mana-client-1515a857d92de384e55f56124273e7ceda0b994c.tar.bz2
mana-client-1515a857d92de384e55f56124273e7ceda0b994c.tar.xz
mana-client-1515a857d92de384e55f56124273e7ceda0b994c.zip
Added Xcode files.
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 00000000..76f8dc76
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,26 @@
+<?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>The Mana World</string>
+ <key>CFBundleIconFile</key>
+ <string>The Mana World.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>TMW</string>
+ <key>CFBundleName</key>
+ <string>The Mana World</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>tmw.</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSMainNibFile</key>
+ <string>main</string>
+ <key>NSPrincipleClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>