Sha256: ef452bd545ce3ff637572001b6483e2bdfe777496c6d069387832af46d19d5e1

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

unless defined?(Motion::Project::Config)
  raise "This file must be required within a RubyMotion project Rakefile."
end

require 'motion_descendants_tracker'

require 'motion-require'
Motion::Require.all(Dir.glob(File.expand_path('../project/**/*.rb', __FILE__)))

Motion::Project::App.setup do |app|
  # configuration
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion_coercible-0.2.0.1 lib/motion_coercible.rb
motion_coercible-0.2.0 lib/motion_coercible.rb