Sha256: 9077a8eedda9901e3f6b0546e9f7744a44fd394aaf1db250b36ad1862738dc58

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
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

1 entries across 1 versions & 1 rubygems

Version Path
ProMotion-0.6.0 Rakefile