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