Skip to content

Remove Pods from repository, only commit the podspecs #288

@pivotal-rebecca

Description

@pivotal-rebecca

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:

  1. Smaller repo to download initially
  2. No chance of committing modified pods (should be categories/subclasses). pod update will override those modifications
  3. No potential conflicts to handle in Git -- everything is handled by Cocoapods.

Cons:

  1. Need cocoapods to get project to build
  2. Pod sources could go down (renames, retirement -- in which case we should keep current with the pods we need)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions