Sha256: b592dce914679b1fa0682dca2e6596f63c1cb1a05f86c4b3b52379ec43cbef7f

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require 'bundler/gem_tasks'
Bundler.setup
Bundler.require

Motion::Project::App.setup do |app|
  app.name = 'ProMotionTest'
  app.version = "0.99.0" # I've got 99 problems and the test app's version isn't one of them
  app.redgreen_style = :focused # :focused, :full

  # Devices
  app.deployment_target = "6.0"
  app.device_family = [:ipad] # so we can test split screen capability

  app.detect_dependencies = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ProMotion-0.6.2 Rakefile
ProMotion-0.6.1 Rakefile