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 b7ce806 commit ee98786Copy full SHA for ee98786
ReleaseTooling/Sources/ZipBuilder/ZipBuilder.swift
@@ -485,7 +485,7 @@ struct ZipBuilder {
485
if packageKind == "Firebase" {
486
// Move all the bundles in the frameworks out to a common "Resources" directory to
487
// match the existing Zip structure.
488
- let resourcesDir = productPath.appendingPathComponent("Resources")
+ let resourcesDir = productPath.appendingPathComponent("Resources-\(UUID().uuidString)")
489
try fileManager.moveItem(at: xcResourceDir, to: resourcesDir)
490
491
} else {
0 commit comments