- State: development
- Point people: @brandonlee503, @rutgerfarry, @willmichael
- CI:
A fitness app allowing customers of Club 7 Fitness to track their workouts and purchase fitness equipment.
Rutger Farry, Brandon Lee, and Michael Lee's senior project at Oregon State University.
The reccomended development environment is:
MacOS Sierra
iOS 10
Xcode 8.3
Swift 3.1
You'll need a few tools before getting started. Ensure you have a recend copy of Xcode downloaded. Then run the following two commands to install bundler
and the Xcode command-line tools, if you don't have them yet.
[sudo] gem install bundler
xcode-select --install
Then, to download the code, run the following lines. We use some Ruby and Swift dependencies; the following commands ensure they're downloaded and hooked into the Xcode workspace.
git clone https://github.com/iOS-Capstone/C7FIT.git
cd C7FIT
bundle install
bundle exec pod install
The project should now be openable and buildable through the C7FIT.xcworkspace
file.
There are two permanent branches: master
and dev
.
Other branches should be named in the format: feature-{issue-number}-{description}
Before making a pull-request, ensure tests are passing locally by running:
bundle exec fastlane test