osrm-backend/third_party/flatbuffers/swift
2024-06-22 13:33:34 +02:00
..
Sources/FlatBuffers Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
BUILD.bazel Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
LICENSE Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
README.md Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00

FlatBuffers swift can be found in both SPM

.package(url: "https://github.com/google/flatbuffers.git", from: "X.Y.Z"),

and Cocoapods

pod 'FlatBuffers'

Contribute

1- Always run swift test --generate-linuxmain whenever new test functions are added or removed