diff --git a/Rakefile b/Rakefile index 3653893..e7df630 100644 --- a/Rakefile +++ b/Rakefile @@ -9,5 +9,4 @@ require 'ProMotion-map' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'ProMotion-map' - app.frameworks += %w(CoreLocation MapKit) end diff --git a/lib/ProMotion-map.rb b/lib/ProMotion-map.rb index 68c82b1..8dc583a 100644 --- a/lib/ProMotion-map.rb +++ b/lib/ProMotion-map.rb @@ -9,4 +9,6 @@ app.files << File.join(lib_dir_path, "ProMotion/map/map_screen_annotation.rb") app.files << File.join(lib_dir_path, "ProMotion/map/map_screen_module.rb") app.files << File.join(lib_dir_path, "ProMotion/map/map_screen.rb") + + app.frameworks += %w(CoreLocation MapKit) end