From d2a7b83a5c2fc85d7b78b197fea11810d7da07be Mon Sep 17 00:00:00 2001 From: Watson Date: Sun, 14 Dec 2014 00:03:09 +0900 Subject: [PATCH] [RM-682] should not overwrite the value if info.plist was configured in Rakefile via "app.info_plist" --- lib/motion/project/template/ios/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/ios/config.rb b/lib/motion/project/template/ios/config.rb index 5827e338..8575f422 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -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