Sha256: 32b4601840a1f7fdebf5ba7c7ac13c3c73939076711bdb35626a028a71254d7f
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
# encoding: utf-8 unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end lib_dir_path = File.dirname(File.expand_path(__FILE__)) Motion::Project::App.setup do |app| app.files.unshift(Dir.glob(File.join(lib_dir_path, "project/**/*.rb"))) # Required for android as off 4/11/2015 app.files.flatten! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
PackingPeanut-0.0.3 | lib/PackingPeanut.rb |
PackingPeanut-0.0.2 | lib/PackingPeanut.rb |
PackingPeanut-0.0.1 | lib/PackingPeanut.rb |