aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone
diff options
context:
space:
mode:
authorOystein Eftevaag2007-11-13 08:06:15 +0000
committerOystein Eftevaag2007-11-13 08:06:15 +0000
commit05b5a493f85350ec5df86dc95045fee6e193ed27 (patch)
tree84ad89c3bcc76e82b4e80281850411b0507f4351 /dists/iphone
parentc908a8a73fe5d908c23208fc259d16b647c09d56 (diff)
downloadscummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.tar.gz
scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.tar.bz2
scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.zip
Initial commit of the iPhone/iPod Touch backend
svn-id: r29488
Diffstat (limited to 'dists/iphone')
-rw-r--r--dists/iphone/Default.pngbin0 -> 46701 bytes
-rw-r--r--dists/iphone/Info.plist24
-rw-r--r--dists/iphone/icon.pngbin0 -> 7057 bytes
3 files changed, 24 insertions, 0 deletions
diff --git a/dists/iphone/Default.png b/dists/iphone/Default.png
new file mode 100644
index 0000000000..2824427c9e
--- /dev/null
+++ b/dists/iphone/Default.png
Binary files differ
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
new file mode 100644
index 0000000000..334bfa8588
--- /dev/null
+++ b/dists/iphone/Info.plist
@@ -0,0 +1,24 @@
+<?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>com.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>CFBundleVersion</key>
+ <string>svn</string>
+</dict>
+</plist>
diff --git a/dists/iphone/icon.png b/dists/iphone/icon.png
new file mode 100644
index 0000000000..9cf47c4147
--- /dev/null
+++ b/dists/iphone/icon.png
Binary files differ