mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-10 07:20:43 +08:00
11 lines
303 B
Ruby
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
|