If you would like to provide feedback on ShakeIt Photo's upcoming releases, please let us know and we will invite you to Test Flight.
You can find a summary of the latest changes in our changelog
Familiarize yourself with Zinc's guide to becoming a contributor and read on!
Download the GoogleService-Info.plist from the Firebase console and place it in the project root directory. See Add Firebase to your iOS project for more information.
Install rbenv and install ruby 2.7.2 We HIGHLY RECOMMEND that you read the Readme for rbenv to learn about your install and configuration options. This is a Quick/typical summary of commands
brew install rbenv ruby-build
rbenv init
rbenv install 2.7.2
rbenv local 2.7.2
gem install bundler
bundle install
pod install
Open ShakeItPhoto.xcworkspace
with XCode