mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 09:39:14 +08:00
rename more rubixir stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$:.unshift('../../lib')
|
||||
require 'rubixir/rake'
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
app.name = 'Hello'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$:.unshift('../../lib')
|
||||
require 'rubixir/rake'
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
app.name = 'mapview'
|
||||
app.name = 'MapView'
|
||||
app.frameworks << 'CoreLocation'
|
||||
app.frameworks << 'MapKit'
|
||||
app.frameworks << 'AddressBook'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$:.unshift('../../lib')
|
||||
require 'rubixir/rake'
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
app.name = 'Paint'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$:.unshift('../../lib')
|
||||
require 'rubixir/rake'
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
app.name = 'TableView'
|
||||
|
||||
Reference in New Issue
Block a user