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 14dead6 commit 49d6cabCopy full SHA for 49d6cab
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-\(UUID().uuidString)")
+ let resourcesDir = productPath.appendingPathComponent("Resources")
489
try fileManager.moveItem(at: xcResourceDir, to: resourcesDir)
490
491
} else {
0 commit comments