Rakefile in ProMotion-0.6.2 vs Rakefile in ProMotion-0.6.3
- old
+ new
@@ -1,13 +1,12 @@
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
-require 'bundler/gem_tasks'
-Bundler.setup
+require 'bundler'
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.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