jtdreisb / aurora

Senior project 2013.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

  1. Install CocoaPods if you haven't already
sudo gem install cocoapods; pod setup
  1. Clone the Aurora repository
git clone https://github.com/jtdreisb/aurora; cd aurora
  1. Check out the git submodules

`` git submodule update --init --recursive git submodule update --recursive


4. Resolve Aurora's CocoaPod dependencies

pod install


5. Open the Xcode Workspace document (NOT the Xcode project)

open aurora.xcworkspace


6. Change the build target to Aurora: In Xcode, to the right of the Stop button, click the dropdown and choose Aurora.

7. Click Run.

Working on a locally checked out version
====

pod 'DPHue', :local => '~/src/DPHue'



pod 'DPHue', :git => 'https://github.com/jtdreisb/DPHue.git'

About

Senior project 2013.


Languages

Language:Objective-C 96.3%Language:C 3.6%Language:Ruby 0.1%