Skip to content

[Request]: Use swift package edit instead of CONTAINER_PATH for local development. #294

@jglogan

Description

@jglogan

Feature or enhancement request details

CONTAINER_PATH was introduced in Package.swift as a workaround for the seeming problem that swift package edit wasn't well supported in Xcode.

However, as this is an SPM project, it's much cleaner to rely on that than to carry around cruft in Package.swift.

There are two parts to the work:

  • Remove the conditional dependency setup from Package.swift.
  • Update scripts/install-init.sh so that it supports branch dependencies as well as path dependencies.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions