Rakefile in map-kit-wrapper-0.0.1 vs Rakefile in map-kit-wrapper-0.0.2

- old
+ new

@@ -1,14 +1,12 @@ $:.unshift("/Library/RubyMotion/lib") require 'motion/project' -require 'bundler/gem_tasks' -Bundler.setup +require 'lib/map-kit-wrapper' + +require "bundler/gem_tasks" Bundler.require -require 'bubble-wrap/test' Motion::Project::App.setup do |app| - # Use `rake config' to see complete project settings. - app.name = 'MapKitWrapper' - app.files = Dir.glob(File.join(app.project_dir, 'motion/**/*.rb')) - app.files_dependencies 'motion/map_view.rb' => 'motion/zoom_level.rb' - app.frameworks += ['CoreLocation', 'MapKit'] -end + app.name = 'testSuite' + app.identifier = 'com.rubymotion.testSuite' + app.delegate_class = 'TestSuiteDelegate' +end \ No newline at end of file