[RM-682] should not overwrite the value if info.plist was configured in Rakefile via "app.info_plist"

This commit is contained in:
Watson
2014-12-14 00:03:09 +09:00
parent e046e0fe79
commit 82ee2953ec

View File

@@ -483,7 +483,7 @@ module Motion; module Project;
'DTCompiler' => 'com.apple.compilers.llvm.clang.1_0',
'DTPlatformVersion' => sdk_version,
'DTPlatformBuild' => sdk_build_version(platform),
})
}) {|key, oldval, newval| oldval }
# If the user has not explicitely specified launch images, try to find
# them ourselves.
if !plist.has_key?('UILaunchImages') && launch_images = self.launch_images