File tree 1 file changed +3
-2
lines changed
ReleaseTooling/Sources/ZipBuilder
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -460,8 +460,6 @@ struct ZipBuilder {
460
460
rootZipDir: zipDir,
461
461
builtFrameworks: frameworksToAssemble,
462
462
frameworksToIgnore: analyticsPods)
463
- // Update the README.
464
- metadataDeps += dependencyString ( for: folder, in: productDir, frameworks: podFrameworks)
465
463
} catch {
466
464
fatalError ( " Could not copy frameworks from \( pod) into the zip file: \( error) " )
467
465
}
@@ -530,6 +528,9 @@ struct ZipBuilder {
530
528
fatalError ( " Could not setup Resources for \( pod. key) for \( packageKind) \( error) " )
531
529
}
532
530
531
+ // Update the README.
532
+ metadataDeps += dependencyString ( for: folder, in: productDir, frameworks: podFrameworks)
533
+
533
534
// Special case for Crashlytics:
534
535
// Copy additional tools to avoid users from downloading another artifact to upload symbols.
535
536
let crashlyticsPodName = " FirebaseCrashlytics "
You can’t perform that action at this time.
0 commit comments