Rakefile in joybox-0.0.5 vs Rakefile in joybox-0.0.6

- old
+ new

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