Skip to content

Commit 49d6cab

Browse files
authored
Remove workaround
1 parent 14dead6 commit 49d6cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/ZipBuilder/ZipBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ struct ZipBuilder {
485485
if packageKind == "Firebase" {
486486
// Move all the bundles in the frameworks out to a common "Resources" directory to
487487
// match the existing Zip structure.
488-
let resourcesDir = productPath.appendingPathComponent("Resources-\(UUID().uuidString)")
488+
let resourcesDir = productPath.appendingPathComponent("Resources")
489489
try fileManager.moveItem(at: xcResourceDir, to: resourcesDir)
490490

491491
} else {

0 commit comments

Comments
 (0)