mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-15 01:02:19 +08:00
[RM-682] should not overwrite the value if info.plist was configured in Rakefile via "app.info_plist"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user