Files
RubyMotion/sample/mapview/Rakefile
2011-11-02 20:12:55 +01:00

10 lines
199 B
Ruby

$:.unshift('../../lib')
require 'motion/rake'
Motion::App.setup do |app|
app.name = 'MapView'
app.frameworks << 'CoreLocation'
app.frameworks << 'MapKit'
app.frameworks << 'AddressBook'
end