Skip to content

Commit c8cd11c

Browse files
committed
Stop including gRPC-Certificates.bundle
1 parent 6df8208 commit c8cd11c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ struct FrameworkBuilder {
658658
includingPropertiesForKeys: nil
659659
)
660660
.filter { $0.pathExtension == "bundle" }
661+
// Filter out `gRPCCertificates-Cpp.bundle` since it is unused.
662+
.filter { $0.lastPathComponent == "gRPCCertificates-Cpp.bundle" }
661663
// Bundles are moved rather than copied to prevent them from being
662664
// packaged in a `Resources` directory at the root of the xcframework.
663665
.forEach { try! fileManager.moveItem(

0 commit comments

Comments
 (0)