Sha256: e0f61bf75e1ed952a92151bdc3bfec27409d66be8be14e352a2997cb8b6f03dc
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
unless defined?(Motion::Project::App) raise "This must be required from within a RubyMotion Rakefile" end Motion::Project::App.setup do |app| parent = File.join(File.dirname(__FILE__), '..') app.files.unshift(Dir.glob(File.join(parent, "motion/cdq/**/*.rb"))) app.files.unshift(Dir.glob(File.join(parent, "motion/*.rb"))) app.frameworks += %w{ CoreData } app.vendor_project(File.join(parent, 'vendor/cdq/ext'), :static) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cdq-0.1.1 | lib/cdq.rb |