mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-01 10:58:25 +08:00
9 lines
190 B
Ruby
9 lines
190 B
Ruby
$:.unshift('../../lib')
|
|
require 'motion/rake'
|
|
|
|
Motion::App.setup do |app|
|
|
# Use `rake config' to see complete project settings.
|
|
app.name = 'Paint'
|
|
app.frameworks << 'AVFoundation'
|
|
end
|