2020-02-21 19:42:07 +00:00
|
|
|
FlatBuffers swift can be found in both SPM
|
|
|
|
|
2020-05-04 17:18:38 +00:00
|
|
|
`.package(url: "https://github.com/mustiikhalil/flatbuffers.git", from: "X.Y.Z"),`
|
|
|
|
|
2020-02-21 19:42:07 +00:00
|
|
|
and Cocoapods
|
|
|
|
|
2020-05-07 19:28:42 +00:00
|
|
|
`pod 'FlatBuffers'`
|
2020-02-21 19:42:07 +00:00
|
|
|
|
2020-05-07 19:28:42 +00:00
|
|
|
### Notes
|
2020-06-30 18:37:43 +00:00
|
|
|
|
2020-05-07 19:28:42 +00:00
|
|
|
1- To report any error please use the main repository.
|
2020-06-30 18:37:43 +00:00
|
|
|
|
|
|
|
### Contribute
|
|
|
|
|
|
|
|
1- Always run `swift test --generate-linuxmain` whenever new test functions are added or removed
|