mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 23:37:32 +00:00
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:
@@ -23,7 +23,7 @@ let package = Package(
|
||||
.macOS(.v10_14),
|
||||
],
|
||||
dependencies: [
|
||||
.package(path: "../../../swift"),
|
||||
.package(path: "../../.."),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user