Sha256: 6d85365607490844665b742bd7bfb321b68810c10fb582b146437c6098f75c06

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

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

Motion::Project::App.setup do |app|
  app.name = 'ProMotion-formotion-Test'
  app.version = "0.1.1"
  #app.redgreen_style = :full # :focused, :full
  #app.frameworks += %w(CoreLocation MapKit)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ProMotion-formotion-0.1.6 Rakefile
ProMotion-formotion-0.1.5 Rakefile
ProMotion-formotion-0.1.4 Rakefile