[iOS config] UIDeviceFamily Info.plist entry should be integer.

This commit is contained in:
Eloy Durán
2013-10-31 16:28:56 +01:00
parent 96b3b43c3f
commit 7a590a3113

View File

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