# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/osx'
require 'bundler'
Bundler.require :default
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'osx'
end