-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
We should just commit the Podfile and Podfile.lock, and update the .gitignore to ignore the Pods directory.
This has already been done in the 'refactor' branch: 31b4172 and we either need to merge this over or perform the same action on 'develop'.
Pros of removing Pods from the repo:
- Smaller repo to download initially
- No chance of committing modified pods (should be categories/subclasses).
pod updatewill override those modifications - No potential conflicts to handle in Git -- everything is handled by Cocoapods.
Cons:
- Need cocoapods to get project to build
- Pod sources could go down (renames, retirement -- in which case we should keep current with the pods we need)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels