mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-03 17:55:16 +08:00
10 lines
199 B
Ruby
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
|