mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-17 23:15:02 +08:00
11 lines
297 B
Ruby
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
|