Skip to content

Commit

Permalink
[Release Tooling] Rename gRPC-C++ framework to grpcpp (#12437)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Feb 28, 2024
1 parent a0a60e0 commit 1e59292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ struct FrameworkBuilder {
/// - Returns: The corresponding framework/module name.
private static func frameworkBuildName(_ framework: String) -> String {
switch framework {
case "gRPC-C++":
return "grpcpp"
case "PromisesObjC":
return "FBLPromises"
case "Protobuf":
Expand Down
2 changes: 1 addition & 1 deletion ReleaseTooling/Sources/ZipBuilder/ModuleMapBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct ModuleMapBuilder {
content += """
link framework "BoringSSL-GRPC"
link framework "gRPC-Core"
link framework "gRPC-C++"
link framework "grpcpp"
"""
}

Expand Down

0 comments on commit 1e59292

Please sign in to comment.