Skip to content

Instantly share code, notes, and snippets.

@kylebragger
Created February 4, 2013 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylebragger/4708849 to your computer and use it in GitHub Desktop.
Save kylebragger/4708849 to your computer and use it in GitHub Desktop.
source :rubygems
gem 'bubble-wrap'
gem 'motion-cocoapods'
gem 'nano-store'
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
require 'bundler'
Bundler.require
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'Thinglist'
# ...Snip...
end
@soffes
Copy link

soffes commented Feb 4, 2013

<3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment