Added the Open API specification document and the Open API generator configuration to the Resources folder in the package.
This commit is contained in:
+4
-1
@@ -15,7 +15,10 @@ let package = Package(
|
||||
targets: [
|
||||
.target(
|
||||
name: AmiiboAPI.target,
|
||||
path: "Sources"
|
||||
path: "Sources",
|
||||
resources: [
|
||||
.process("Resources")
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
name: AmiiboAPI.test,
|
||||
|
||||
Reference in New Issue
Block a user