mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 16:36:09 +00:00
Adds JSON encoding to swift (#6874)
Updates generated code & removes unneeded protocol Updates cpp to only generate code when flag is passed Updates code gen script
This commit is contained in:
@@ -58,7 +58,7 @@ cd ${current_dir}
|
||||
cd swift
|
||||
|
||||
cd Greeter/Sources/Model
|
||||
fbc --bfbs-filenames ../../../.. --swift ${generator}
|
||||
fbc --bfbs-filenames ../../../.. --swift --gen-json-emit ${generator}
|
||||
|
||||
cd ${current_dir}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user