mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 09:31:37 +08:00
10 lines
200 B
Ruby
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
|