Sha256: 36d08a7d494cca1f255e0912ce2a0d8312cf22e48ca59178df9126d0f224f3c1
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
$:.unshift("/Library/RubyMotion/lib") require 'motion/project/template/ios' require 'bundler' # this follow from gemspec Bundler.require(:development) # this follow development code require 'ProMotion' Motion::Project::App.setup do |app| app.name = 'ProMotionTest' app.version = "0.99.0" 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.5 | Rakefile |