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 5250514 commit 6db5ac4Copy full SHA for 6db5ac4
ZipBuilder/README.md
@@ -54,7 +54,7 @@ For release engineers (Googlers packaging an upcoming Firebase release) these co
54
Putting them all together, here's a common command to build a releaseable Zip file:
55
56
```
57
-swift run ZipBuilder -templateDir $(pwd)/Template -updatePodRepo false \
+swift run ReleasePackager -templateDir $(pwd)/Template -updatePodRepo false \
58
-releasingSDKs <PATH_TO_current.textproto> \
59
-existingVersions <PATH_TO_all_firebase_ios_sdks.textproto> \
60
-customSpecRepos sso://cpdc-internal/firebase
0 commit comments