aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone/Info.plist
diff options
context:
space:
mode:
authorAndre Heider2009-08-07 18:16:58 +0000
committerAndre Heider2009-08-07 18:16:58 +0000
commit57e45de95bbc91bd54eecff8410646675589c799 (patch)
treec836c1747601b71b8ce0002e86c8463c76fd2002 /dists/iphone/Info.plist
parent08b650c1a6fbcb5070090a1e14ba72b3e177efda (diff)
downloadscummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.tar.gz
scummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.tar.bz2
scummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.zip
Merge creation of Info.plist into update-version.pl.
This fixes the static version info after branching (#2820503). svn-id: r43101
Diffstat (limited to 'dists/iphone/Info.plist')
-rw-r--r--dists/iphone/Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
new file mode 100644
index 0000000000..1a0a8bf0b6
--- /dev/null
+++ b/dists/iphone/Info.plist
@@ -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>en</string>
+ <key>CFBundleExecutable</key>
+ <string>ScummVM</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.scummvm.scummvm</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>ScummVM</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.1.0svn</string>
+ <key>CFBundleVersion</key>
+ <string>svn</string>
+ <key>CFBundleIconFile</key>
+ <string>icon.png</string>
+ <key>UIPrerenderedIcon</key>
+ <true/>
+</dict>
+</plist>