Added the Open API specification document and the Open API generator configuration to the Resources folder in the package.

This commit is contained in:
2024-09-07 10:16:14 +02:00
parent 5aa852a051
commit c17dc6f22e
3 changed files with 372 additions and 1 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ let package = Package(
targets: [
.target(
name: AmiiboAPI.target,
path: "Sources"
path: "Sources",
resources: [
.process("Resources")
]
),
.testTarget(
name: AmiiboAPI.test,