Sha256: 21c2154e5ef289aa6237c15ce7f62a2d609b2e5baf472b1d88545cfb3ffdfb91

Contents?: true

Size: 282 Bytes

Versions: 6

Compression:

Stored size: 282 Bytes

Contents

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

Motion::Project::App.setup do |app|
  Dir.glob(File.join(File.dirname(__FILE__), 'purplish-frame/**/*.rb')).each do |file|
    app.files.unshift(file)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
purplish-frame-0.0.6 lib/purplish-frame.rb
purplish-frame-0.0.5 lib/purplish-frame.rb
purplish-frame-0.0.4 lib/purplish-frame.rb
purplish-frame-0.0.3 lib/purplish-frame.rb
purplish-frame-0.0.2 lib/purplish-frame.rb
purplish-frame-0.0.1 lib/purplish-frame.rb