diff --git a/lib/motion/project/template/ios/config.rb b/lib/motion/project/template/ios/config.rb index f97be4b7..eaf17ef5 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -252,6 +252,7 @@ module Motion; module Project; when :default then 'UIStatusBarStyleDefault' when :black_translucent then 'UIStatusBarStyleBlackTranslucent' when :black_opaque then 'UIStatusBarStyleBlackOpaque' + when :light_content then 'UIStatusBarStyleLightContent' else App.fail "Unknown status_bar_style value: `#{@status_bar_style}'" end