forked from BigfootDev/flatbuffers
Code cleanup + updates test and readme (#6004)
Updates Readme + adds asserts Fixes documentation
This commit is contained in:
@@ -7,5 +7,11 @@ and Cocoapods
|
||||
`pod 'FlatBuffers'`
|
||||
|
||||
### Notes
|
||||
|
||||
1- To report any error please use the main repository.
|
||||
2- The package 0.4.0 will break the generated code. You can download the [binary here](https://github.com/google/flatbuffers/actions) and select the latest push to master
|
||||
|
||||
2- `0.6.0` deprecates `add(condition:bool)` for `add(element:bool)`. You can download the [binary here](https://github.com/google/flatbuffers/actions) and select the latest push to master
|
||||
|
||||
### Contribute
|
||||
|
||||
1- Always run `swift test --generate-linuxmain` whenever new test functions are added or removed
|
||||
Reference in New Issue
Block a user