[swift5] Add useSPMFileStructure (#9074)

* [swift5] Add useSPMFileStructure

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>

* [swift5] Add swiftPackagePath

Prioritize swiftPackagePath over useSPMFileStructure

* [swift5] Add cli options and update docs

* [swift5] Fix tests

* [swift5] Update XcodeGen source path

* [swift5] Update samples and docs

Add useSPMFileStructure to URLSession library
This commit is contained in:
Ayman Bagabas
2021-04-21 12:43:33 -04:00
committed by GitHub
parent 139e9e458f
commit 3894aa4759
125 changed files with 4174 additions and 65 deletions

View File

@@ -26,7 +26,7 @@ let package = Package(
.target(
name: "PetstoreClient",
dependencies: [],
path: "PetstoreClient/Classes"
path: "Sources/PetstoreClient"
),
]
)