samples/camera/Rakefile in bubble-wrap-1.7.1 vs samples/camera/Rakefile in bubble-wrap-1.8.0

- old
+ new

@@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") -require 'motion/project' +require 'motion/project/template/ios' require 'bubble-wrap/core' require 'bubble-wrap/camera' Motion::Project::App.setup do |app| app.name = 'camera'