fix RM-305

http://hipbyte.myjetbrains.com/youtrack/issue/RM-305
This commit is contained in:
Watson
2013-11-02 23:00:27 +09:00
parent 8ef4dd6e82
commit 464cced795

View File

@@ -344,7 +344,7 @@ module Motion; module Project;
}
},
'UIAppFonts' => fonts,
'UIDeviceFamily' => device_family_ints.map { |x| x.to_i },
'UIDeviceFamily' => device_family_ints.map { |x| x.to_s },
'UISupportedInterfaceOrientations' => interface_orientations_consts,
'UIStatusBarStyle' => status_bar_style_const,
'UIBackgroundModes' => background_modes_consts,