Skip to content

Remove Carthage Dependencies #1747

Closed
@dplewis

Description

@dplewis

New Issue Checklist

Issue Description

Although Carthage support has been removed there is a lot of legacy code still in the repo. Carthage supports dynamic frameworks meaning we would have to recompile these dependencies. This can lead to longer build times and significant increases in indexing. We can simply swap them out for their SPM counterparts.

  • Use OCMock static xcframework
  • Use facebook-ios-sdk SPM
  • Use Bolts SPM
  • Use Bolts Swift SPM
  • Use Starstream SPM
  • Remove git submodules
  • Remove Cartfile
  • Remove Scripts/build_third_party.rb
  • Remove any unnecessary .xcodeproj references
  • Remove Carthage install from CI

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions