Package.Dependency.Kind.fileSystem(name:path:)
A dependency located at the given path.
Declaration
case fileSystem(name: String?, path: String)Parameters
- name:
The name of the dependency.
- path:
The path to the dependency.
A dependency located at the given path.
case fileSystem(name: String?, path: String)The name of the dependency.
The path to the dependency.