Sha256: a6e3b2485da0b6497c98ce02a8b2658eadb3538c79ec7d485d0960c465874c1a
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
$:.unshift("/Library/RubyMotion/lib") require 'motion/project' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'WebView' app.device_family = [:iphone, :ipad] # Set the status bar style, other options are UIStatusBarStyleDefault and UIStatusBarStyleBlackOpaque app.info_plist['UIStatusBarStyle'] = 'UIStatusBarStyleBlackTranslucent' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymotionr-0.0.1 | spec/multiple-rubymotion-apps/PaintHTML/Rakefile |