Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Update prototool.yaml #567

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion etc/config/example/prototool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,12 @@ generate:
output: ../../.gen/proto/descriptor
file_suffix: bin
include_imports: true
include_source_info: true
include_source_info: true

#generates swift pb files
- name: swift
output: ../../.gen/proto/swift

#generates swift grpc files
- name: swiftgrpc
output: ../../.gen/proto/swift