We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a60e0 commit 1e59292Copy full SHA for 1e59292
ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift
@@ -283,6 +283,8 @@ struct FrameworkBuilder {
283
/// - Returns: The corresponding framework/module name.
284
private static func frameworkBuildName(_ framework: String) -> String {
285
switch framework {
286
+ case "gRPC-C++":
287
+ return "grpcpp"
288
case "PromisesObjC":
289
return "FBLPromises"
290
case "Protobuf":
ReleaseTooling/Sources/ZipBuilder/ModuleMapBuilder.swift
@@ -51,7 +51,7 @@ struct ModuleMapBuilder {
51
content += """
52
link framework "BoringSSL-GRPC"
53
link framework "gRPC-Core"
54
- link framework "gRPC-C++"
+ link framework "grpcpp"
55
"""
56
}
57
0 commit comments