FreshPlan
meet-up app that plans when you guys want to meet.
Requirements
- Cocoapods
- RVM (Ruby) but this should be pre-default installed on a mac os
Setting up the Project
This project uses a MVMM architecture, along with the usage of RxSwift. This allows us to have clean and beautiful code. To begin, do the following steps:
- Install
bundler
by doinggem install bundler
- First, on the project directory, do
bundle install
to get the gems. - Type in
bundle exec pod install
to get the pods. - Note: Any time a podfile changes, you'll need to do pod install.
- Open up the
.xcworkspace
file, not.xcodeproj
.