mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-17 19:13:31 +08:00
[iOS config] UIDeviceFamily Info.plist entry should be integer.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user