FlatBuffersSwiftCodeGen is a code generator for FlatBuffersSwift (https://github.com/mzaks/FlatBuffersSwift)
- First argument is the path to
.fbs
file - Second argument is the path to
.swift
file you want to generate - Third argument is optional, it can be
download
which will avoidimport FlatBuffersSwift
statement in generated file and download FlatBuffersSwift infrastructure files. Or you can tell the generator to just avoidimport FlatBuffersSwift
statement by writingnoImport
as third argument
fbsCG contacts.fbs contacts.swift