mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 09:00:00 +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(
|
||||
|
||||
Reference in New Issue
Block a user