Rakefile in bubble-wrap-1.9.6 vs Rakefile in bubble-wrap-1.9.7

- old
+ new

@@ -1,7 +1,8 @@ -require "bundler/gem_tasks" $:.unshift("/Library/RubyMotion/lib") +$:.unshift("~/.rubymotion/rubymotion-templates") +require 'motion/project/template/gem/gem_tasks' if ENV['osx'] require 'motion/project/template/osx' else require 'motion/project/template/ios' end @@ -30,10 +31,9 @@ app.spec_files -= Dir.glob("./spec/motion/**/ios/**.rb") ["font", "motion", "location", "media", "ui", "mail", "sms", "network-indicator"].each do |package| app.spec_files -= Dir.glob("./spec/motion/#{package}/**/*.rb") end else - app.deployment_target = '7.1' app.info_plist['NSLocationAlwaysUsageDescription'] = 'Description' app.info_plist['NSLocationWhenInUseUsageDescription'] = 'Description' app.spec_files -= Dir.glob("./spec/motion/**/osx/**.rb") end