Files
RubyMotion/sample/mapview/Rakefile
Laurent Sansonetti 082f0b7050 refactor rake config
2011-10-24 19:45:20 +02:00

10 lines
200 B
Ruby

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