Skip to content

Instantly share code, notes, and snippets.

@jamonholmgren
Created March 4, 2013 22:33
Show Gist options
  • Save jamonholmgren/5086305 to your computer and use it in GitHub Desktop.
Save jamonholmgren/5086305 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'rubygems'
require 'motion/project'
require 'bundler'
Bundler.require
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'demo-blazers-highlights'
app.frameworks += %w(AudioToolbox CFNetwork SystemConfiguration MobileCoreServices Security QuartzCore StoreKit MediaPlayer)
app.pods do
pod "HCYoutubeParser"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment