/HackathonTemplate

This is a template for students to use as a starter project for hackathons.

Primary LanguageObjective-C

HackathonTemplate

What's in the box

  • Core Data
  • AFNetworking
  • .gitignore
  • HackathonTemplate-Prefix.pch, with debug macros
  • Parse SDK (Files are included)
  • My undying love

Requirements

  • CocoaPods. $ sudo gem install cocoapods

How to use

  • Fork this repo (Good job! You just setup the repo for the team!)
  • Add collaborators / teammates (instructions)
  • cd to directory
  • pod install
  • Use the .xcworkspace file, not the .xcproject file.
  • You'll have a 'single view application', from which you can expand on.
  • See Parse docs and tutorials for some guidance!
  • Have fun!

Gotchas

  • If the app doesn't run after cloning, try cleaning derived data: ⌘+Shift+Option+K [enter]