From b51dfbb00a4ee5f1493dce500a057579985f1579 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Noli Villar Date: Thu, 20 Aug 2020 15:22:32 -0300 Subject: [PATCH] Update prototool.yaml Add swift generation example --- etc/config/example/prototool.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/etc/config/example/prototool.yaml b/etc/config/example/prototool.yaml index abf969f4c..b261f0a9a 100644 --- a/etc/config/example/prototool.yaml +++ b/etc/config/example/prototool.yaml @@ -187,4 +187,12 @@ generate: output: ../../.gen/proto/descriptor file_suffix: bin include_imports: true - include_source_info: true \ No newline at end of file + include_source_info: true + + #generates swift pb files + - name: swift + output: ../../.gen/proto/swift + + #generates swift grpc files + - name: swiftgrpc + output: ../../.gen/proto/swift