Files
RubyMotion/test/Rakefile
2012-09-10 15:36:37 +02:00

11 lines
335 B
Ruby

$:.unshift("../lib")
#$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'test'
app.frameworks += ['AddressBook', 'AddressBookUI', 'CoreData', 'CoreMIDI', 'GameKit']
app.vendor_project('vendor/code', :static)
end