balance-wallet
balance-wallet copied to clipboard
Podfile not in sync with snapshot
First of, love the app. Found a minor issue I wanted to look into and thus pulled the repo.
These things are inevitable when you are not committing pods to the repo.
I would highly recommend you commit pods to the repo. I will gladly open a PR to do so :)
Pros
- After cloning the repo, the project can immediately build and run, even without having CocoaPods installed on the machine. There is no need to run pod install, and no Internet connection is necessary. Working on a plane and switching branches? Easy!
- The Pod artifacts (code/libraries) are always available, even if the source of a Pod (e.g. GitHub) were to go down.
- The Pod artifacts are guaranteed to be identical to those in the original installation after cloning the repo.
- Less conflicts
Cons
- The repo will be larger