mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-15 07:47:34 +08:00
6 lines
127 B
Ruby
6 lines
127 B
Ruby
$:.unshift('../../lib')
|
|
require 'rubixir/rake'
|
|
|
|
Rubixir::CONFIG.app_name = 'TableView'
|
|
Rubixir::CONFIG.device_family = :iphone
|