remove all dots from DTXcode value

This commit is contained in:
Watson
2012-10-06 21:20:22 +09:00
parent 6c43a2807c
commit fb398bcd36

View File

@@ -606,7 +606,7 @@ EOS
'UIStatusBarStyle' => status_bar_style_const,
'UIBackgroundModes' => background_modes_consts,
'DTXcode' => begin
vers = xcode_version[0].sub(/\./, '')
vers = xcode_version[0].gsub(/\./, '')
if vers.length == 2
'0' + vers + '0'
else