Moves swift package to root of repository so it can be used directly … (#7548)

* Moves swift package to root of repository so it can be used directly from the main repo

Fixing paths for swift directory

* Update swift readme
This commit is contained in:
mustiikhalil
2022-09-27 23:32:05 +02:00
committed by GitHub
parent 76ddae006f
commit dadbff5714
7 changed files with 9 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ let package = Package(
.macOS(.v10_14),
],
dependencies: [
.package(path: "../../../swift"),
.package(path: "../../.."),
],
targets: [
.target(

View File

@@ -23,7 +23,7 @@ let package = Package(
.macOS(.v10_14),
],
dependencies: [
.package(path: "../../../swift"),
.package(path: "../../.."),
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
],
targets: [

View File

@@ -24,7 +24,7 @@ let package = Package(
.macOS(.v10_14),
],
dependencies: [
.package(path: "../../../swift"),
.package(path: "../../.."),
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.4.1"),
],
targets: [