master
 1# -*- coding: utf-8 -*-
 2$:.unshift("/Library/RubyMotion/lib")
 3require 'motion/project'
 4require 'bundler'
 5Bundler.require
 6require 'bubble-wrap/location'
 7
 8Motion::Project::App.setup do |app|
 9  # Use `rake config' to see complete project settings.
10  app.name = 'phoking'
11  app.frameworks += ['Social', 'Twitter']
12end