Skip to content

Commit

Permalink
add resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Toggweiler committed Jul 2, 2013
1 parent 82d76a3 commit b583862
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/formotion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

Motion::Project::App.setup do |app|
app.frameworks<<'CoreLocation' unless app.frameworks.include?('CoreLocation')
app.frameworks<<'MapKit' unless app.frameworks.include?('MapKit')
app.frameworks<<'MapKit' unless app.frameworks.include?('MapKit')
app.resources_dirs << File.join(File.dirname(__FILE__), 'resources')
end

0 comments on commit b583862

Please sign in to comment.