Sha256: fda155bb43eadb7a5193048a07edbc8ccd04c872a2c8a1444616fb78575f7970
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 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__), 'turnkey/*.rb')).each do |file| p "#{file.inspect}" app.files.unshift(file) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
turnkey-0.2.1 | ../lib/turnkey.rb |