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