aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone
diff options
context:
space:
mode:
authorVincent Bénony2015-12-02 17:10:37 +0100
committerVincent Bénony2016-01-06 16:17:29 +0100
commit64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e (patch)
tree61298984fc5a3dc89093bcf20022279e6ad1a2a3 /dists/iphone
parent62e281df263b3f88360d2fb514eb6590eee39c11 (diff)
downloadscummvm-rg350-64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e.tar.gz
scummvm-rg350-64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e.tar.bz2
scummvm-rg350-64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e.zip
IOS: Fixes the Info.plist file generation
Diffstat (limited to 'dists/iphone')
-rw-r--r--dists/iphone/Info.plist2
-rw-r--r--dists/iphone/Info.plist.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
index a4118e9b7d..3735919321 100644
--- a/dists/iphone/Info.plist
+++ b/dists/iphone/Info.plist
@@ -10,6 +10,8 @@
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
+ <key>UILaunchImages</key>
+ <array/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in
index a645bb689f..c179ffed8f 100644
--- a/dists/iphone/Info.plist.in
+++ b/dists/iphone/Info.plist.in
@@ -10,6 +10,8 @@
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
+ <key>UILaunchImages</key>
+ <array/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>