Adding Blades of Exile Character Editor-Info.plist

git-svn-id: http://openexile.googlecode.com/svn/trunk@8 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-13 18:15:40 +00:00
parent 39455c7b93
commit 200378b3a4

View File

@@ -0,0 +1,22 @@
<?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>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>BoECharEd</string>
<key>CFBundleIdentifier</key>
<string>com.spidweb.Blades of Exile</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>blxe</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>