Skip to content

Update project dependencies (CocoaPods, etc.) #105

@schuyler

Description

@schuyler

Pull Request

Based on PR #1325 from MacDownApp/macdown by @lucy-jane
MacDownApp/macdown#1325

Description

Update project dependencies using dependabot. The original PR notes that it builds fine but may require Xcode modifications to add libarclite files as they are now deprecated.

Benefits

  • Keep dependencies up-to-date with security patches
  • Maintain compatibility with modern development tools
  • Reduce technical debt
  • Address deprecation warnings

Implementation Notes

  • Review the specific dependency updates from the PR
  • Test build on current Xcode version
  • Address any deprecated library issues (libarclite)
  • Run full test suite to verify no regressions
  • Consider using Bundler for CocoaPods management (already in place)
  • May need to update Podfile.lock

Considerations

  • Some dependencies may have breaking changes
  • Need to verify compatibility with macOS 10.14+ target
  • May require code changes for deprecated APIs

Priority

MEDIUM - Technical debt and maintenance

Labels

dependencies, maintenance

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildBuild system, Xcode configurationdependenciesPull requests that update a dependency file

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions