mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-09 20:24:42 +08:00
9 lines
280 B
Ruby
9 lines
280 B
Ruby
unless defined?(Motion::Project::Config)
|
|
raise "This file must be required within a RubyMotion project Rakefile."
|
|
end
|
|
|
|
require "ProMotion/version"
|
|
|
|
Motion::Project::App.setup do |app|
|
|
app.files = Dir.glob(File.join(File.dirname(__FILE__), 'ProMotion/**/*.rb')) | app.files
|
|
end |