TreeAdoption iOS application
Make sure you have xcodegen
installed.
- Install using homebrew:
brew install xcodegen
Install other tools using bundler, this Ruby dependency manager is shipped with macOS by default.
- Run:
bundle install
Prepare the project:
- Close Xcode;
- Run:
xcodegen generate
to generateTreeAdoption.xcodeproj
; - Run:
bundle exec pod install
to install the Swift dependencies, and generateTreeAdoption.xcworkspace
; - Now run:
open TreeAdoption.xcworkspace
and get started.
Please note you need to rerun the project preparation steps when you switch branches.