Sha256: ecafddfd2b26ded5c2045a91f3d44c5a5f2b17cebe358fa3363c20a6fd6aa531

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'

#ENV['debug'] ||= '0' # Because the REPL cannot be loaded with CoreImage yet.

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'Mustache'
  app.frameworks += ['QuartzCore', 'CoreImage']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubymotionr-0.0.1 spec/multiple-rubymotion-apps/Mustache/Rakefile