Sha256: 76634428d7f2a4b6a9f0c430376bc8fccdd90bb77e557393579aa8924d168c2f
Contents?: true
Size: 516 Bytes
Versions: 2
Compression:
Stored size: 516 Bytes
Contents
$:.unshift("/Library/RubyMotion/lib") require 'motion/project' require 'bundler/gem_tasks' Bundler.setup Bundler.require # require 'motion-table' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'ProMotionTest' app.version = "0.3.0" # Devices app.deployment_target = "5.0" app.device_family = [:iphone, :ipad] app.detect_dependencies = true # Preload screens # app.files = Dir.glob(File.join(app.project_dir, 'lib/**/*.rb')) | app.files end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-0.5.2 | Rakefile |
ProMotion-0.5.0 | Rakefile |