Skip to content

Latest commit

 

History

History
executable file
·
41 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

executable file
·
41 lines (29 loc) · 1.28 KB

ShakeItPhoto

Become a Tester

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

Become a Contributor

Familiarize yourself with Zinc's guide to becoming a contributor and read on!

Prerequisites

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