Hamilton, an awesome iOS event registration app!
-
Install CocoaPods
gem install cocoapods pod setup -
Install Dependencies for Hamilton
pod install -
Open Xcode workspace via Xcode
Hamilton.xcworkspace -
Build/Run project from xCode
- Hamilton - App delegate, storyboards, and other top level classes
- Hamilton/API - API clients and other networking code
- Hamilton/Controllers - View Controllers
- Hamilton/Models - Data models, entities, core business logic
- Hamilton/Views - Custom views and table view cells
- Hamilton/Support - Category methods, macros, and other supporting code that doesn't have another home
- Resources/Images.xcassets - Add images here
- Lib - code that is isolated from this project
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
- Add upstream (
git remote add upstream git@github.com:adamzaninovich/Hamilton.git) - Fetch lastest upstream master (
git pull upstream) - Checkout master (
git checkout master) - Merge upstream into master (
git merge upstream/master)