Skip to content

Commit 979958f

Browse files
committed
Update plugin docs
1 parent fab6020 commit 979958f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/plugin.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ The **FileNaming** option determines how generated source files should be named.
7474
The **ProtoPathModuleMappings** option allows module mappings to be specified.
7575
See the [SwiftProtobuf documentation][swift-protobuf-module-mappings].
7676

77+
### GRPCModuleName
78+
79+
The **GRPCModuleName** option allows the name of the gRPC Swift runtime module
80+
to be specified. The value, if not specified, defaults to "GRPC".
81+
82+
*Note: most users will not need to use this option. It is intended as a
83+
workaround for CocoaPods users who may end up with a transitive dependency on
84+
the gRPC core C library whose module name is also "GRPC".*
85+
7786
## Specifying Options
7887

7988
To pass extra parameters to the plugin, use a comma-separated parameter list

0 commit comments

Comments
 (0)