Rakefile in joybox-0.0.6 vs Rakefile in joybox-1.0.0

- old
+ new

@@ -1,13 +1,12 @@ $:.unshift("/Library/RubyMotion/lib") -require 'motion/project/template/ios' +require 'motion/project/template/osx' require 'bundler' Bundler.require Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'Joybox' app.identifier = 'com.rubymotion.joybox' app.version = "0.0.1" - end