Fix OpenAPI link in broken Swift4/5 README templates (#6035)

* Fix Swift README templates

* Update Swift4/5 samples
This commit is contained in:
iliaskarim
2020-04-23 22:36:52 -04:00
committed by GitHub
parent 4ed3421a77
commit bafed337b5
144 changed files with 474 additions and 533 deletions

View File

@@ -14,7 +14,7 @@ let package = Package(
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "PetstoreClient",
targets: ["PetstoreClient"]),
targets: ["PetstoreClient"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
@@ -26,6 +26,6 @@ let package = Package(
name: "PetstoreClient",
dependencies: [],
path: "PetstoreClient/Classes"
),
)
]
)