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