mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 20:31:17 +08:00
add 'see rake config' comment
This commit is contained in:
@@ -2,5 +2,6 @@ $:.unshift('../../lib')
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'Hello'
|
||||
end
|
||||
|
||||
@@ -2,6 +2,7 @@ $:.unshift('../../lib')
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'MapView'
|
||||
app.frameworks << 'CoreLocation'
|
||||
app.frameworks << 'MapKit'
|
||||
|
||||
@@ -2,6 +2,7 @@ $:.unshift('../../lib')
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'Paint'
|
||||
app.frameworks << 'AVFoundation'
|
||||
end
|
||||
|
||||
@@ -2,5 +2,6 @@ $:.unshift('../../lib')
|
||||
require 'motion/rake'
|
||||
|
||||
Motion::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'TableView'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user