From f7fadeb6f79e62374c76aeea33dc53955dcdc7d1 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 2 Nov 2011 20:12:55 +0100 Subject: [PATCH] rename more rubixir stuff --- sample/hello/Rakefile | 2 +- sample/mapview/Rakefile | 4 ++-- sample/paint/Rakefile | 2 +- sample/tableview/Rakefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sample/hello/Rakefile b/sample/hello/Rakefile index 2098d448..2ff62f68 100644 --- a/sample/hello/Rakefile +++ b/sample/hello/Rakefile @@ -1,5 +1,5 @@ $:.unshift('../../lib') -require 'rubixir/rake' +require 'motion/rake' Motion::App.setup do |app| app.name = 'Hello' diff --git a/sample/mapview/Rakefile b/sample/mapview/Rakefile index de61c803..2637a5d7 100644 --- a/sample/mapview/Rakefile +++ b/sample/mapview/Rakefile @@ -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' diff --git a/sample/paint/Rakefile b/sample/paint/Rakefile index 49ebf057..c6b9cb12 100644 --- a/sample/paint/Rakefile +++ b/sample/paint/Rakefile @@ -1,5 +1,5 @@ $:.unshift('../../lib') -require 'rubixir/rake' +require 'motion/rake' Motion::App.setup do |app| app.name = 'Paint' diff --git a/sample/tableview/Rakefile b/sample/tableview/Rakefile index ad9546ec..b68aeba9 100644 --- a/sample/tableview/Rakefile +++ b/sample/tableview/Rakefile @@ -1,5 +1,5 @@ $:.unshift('../../lib') -require 'rubixir/rake' +require 'motion/rake' Motion::App.setup do |app| app.name = 'TableView'