mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-10 22:49:26 +08:00
8 lines
213 B
Ruby
8 lines
213 B
Ruby
$:.unshift('../../lib')
|
|
require 'rubixir/rake'
|
|
|
|
Rubixir::CONFIG.app_name = 'mapview'
|
|
Rubixir::CONFIG.frameworks << 'CoreLocation'
|
|
Rubixir::CONFIG.frameworks << 'MapKit'
|
|
Rubixir::CONFIG.frameworks << 'AddressBook'
|