diff options
author | Vincent Bénony | 2015-12-02 17:10:37 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:29 +0100 |
commit | 64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e (patch) | |
tree | 61298984fc5a3dc89093bcf20022279e6ad1a2a3 /dists | |
parent | 62e281df263b3f88360d2fb514eb6590eee39c11 (diff) | |
download | scummvm-rg350-64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e.tar.gz scummvm-rg350-64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e.tar.bz2 scummvm-rg350-64c6f3a37bbeaaf41c6c590b2c7cf01eb56f277e.zip |
IOS: Fixes the Info.plist file generation
Diffstat (limited to 'dists')
-rw-r--r-- | dists/iphone/Info.plist | 2 | ||||
-rw-r--r-- | dists/iphone/Info.plist.in | 2 |
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> |