mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-10 22:49:26 +08:00
11 lines
267 B
Ruby
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
|