Sha256: 5c24636296839243e81f6fcd9b2529d2f977cef1a65fcb2798cdda0695c0eea4
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 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 = 'HelloGL' app.frameworks << 'OpenGLES' app.frameworks << 'QuartzCore' app.frameworks << 'GLKit' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymotionr-0.0.1 | spec/multiple-rubymotion-apps/HelloGL/Rakefile |