Files
RubyMotion/sample/mustache/Rakefile
Laurent Sansonetti 698203849b add mustache sample
2012-03-29 13:20:16 +02:00

11 lines
297 B
Ruby

$:.unshift('../../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