Arranged the folder structure of the library and test targets in the Package.

This commit is contained in:
2025-09-10 20:03:55 +02:00
parent 2843ced0e9
commit b7d3dbff58
29 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ let package = Package(
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
.product(name: "OpenAPIURLSession", package: "swift-openapi-urlsession")
],
path: "Sources",
path: "Sources/AmiiboService",
plugins: [
.plugin(name: "OpenAPIGenerator", package: "swift-openapi-generator"),
]
@@ -52,7 +52,7 @@ let package = Package(
dependencies: [
.byName(name: AmiiboService.target)
],
path: "Tests"
path: "Tests/AmiiboService"
),
]
)