segment-integrations / analytics-ios-integration-firebase

Segment's bundled integration for Firebase on iOS
MIT License
13 stars 92 forks source link

Don't check in Pods directory. #6

Closed ladanazita closed 7 years ago

ladanazita commented 7 years ago

Prep for updating Firebase to latest major version. JIRA

  1. Added Pods/ to .gitignore.
  2. Updated Makefile to run pod install and pod repo update
  3. Updated .travis.yml to run Make install
  4. Ran git rm --cached -r .
  5. Ran git add -A.