File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,15 @@ The **FileNaming** option determines how generated source files should be named.
74
74
The ** ProtoPathModuleMappings** option allows module mappings to be specified.
75
75
See the [ SwiftProtobuf documentation] [ swift-protobuf-module-mappings ] .
76
76
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
+
77
86
## Specifying Options
78
87
79
88
To pass extra parameters to the plugin, use a comma-separated parameter list
You can’t perform that action at this time.
0 commit comments