Files
RubyMotion/sample/mapview/Rakefile
2011-12-04 18:04:49 +01:00

11 lines
267 B
Ruby

$:.unshift('../../lib')
require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'MapView'
app.frameworks << 'CoreLocation'
app.frameworks << 'MapKit'
app.frameworks << 'AddressBook'
end