Adapt for new repository

This commit is contained in:
T. R. Bernstein
2025-09-30 12:13:17 +02:00
parent dbdc3aeef6
commit 69f507092f
6 changed files with 326 additions and 169 deletions

View File

@@ -2,9 +2,9 @@
import PackageDescription
let package = Package(
name: "Path.swift",
name: "swiftpm-pathkit",
products: [
.library(name: "Path", targets: ["Path"]),
.library(name: "PathKit", targets: ["Path"]),
],
targets: [
.target(name: "Path", path: "Sources"),