Adapt for new repository

This commit is contained in:
T. R. Bernstein
2025-09-30 12:13:17 +02:00
parent dbdc3aeef6
commit 993d8e6032
6 changed files with 327 additions and 170 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"),