Skip to content

zinc-collective/mp-shake-it-photo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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