Files
RubyMotion/test/bacon-ui/Rakefile
2012-07-12 18:42:44 -04:00

11 lines
303 B
Ruby

# -*- coding: utf-8 -*-
$:.unshift(File.expand_path('../../../lib', __FILE__))
require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'MacBacon UI'
app.frameworks << 'CoreGraphics'
app.motiondir = '/Library/RubyMotion'
end