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 a4dce1a commit 061d2c4Copy full SHA for 061d2c4
scripts/build_zip.sh
@@ -21,4 +21,4 @@ OUTPUT_DIR="$REPO/$1"
21
cd ZipBuilder
22
swift run ReleasePackager -keepBuildArtifacts true -updatePodRepo true \
23
-templateDir "${REPO}"/ZipBuilder/Template -localPodspecPath "${REPO}" \
24
- -outputDir "${OUTPUT_DIR}"
+ -outputDir "${OUTPUT_DIR}" -customSpecRepos https://github.com/firebase/SpecsStaging.git
0 commit comments