Skip to content

Commit ecdaef7

Browse files
authored
Cleanup the binary release related workflows for Firebase performance. (#7182)
1 parent 108e29e commit ecdaef7

File tree

5 files changed

+0
-204
lines changed

5 files changed

+0
-204
lines changed

.github/workflows/performance-release.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

FirebasePerformance/Distribute/CocoaPods/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

FirebasePerformance/Distribute/CocoaPods/pods.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

FirebasePerformance/Distribute/build_zip.sh

Lines changed: 0 additions & 142 deletions
This file was deleted.

scripts/build.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -599,16 +599,6 @@ case "$product-$platform-$method" in
599599
test
600600
;;
601601

602-
Performance-*-release)
603-
# Generate the workspace for the SDK to generate Protobuf files.
604-
export FPR_UNSWIZZLE_AVAILABLE="0"
605-
pod_gen FirebasePerformance.podspec --platforms=ios --clean
606-
607-
version=$(sed -n 's/"version":[ ]* "\(.*\)".*$/\1/p' FirebasePerformance.podspec.json);
608-
cd FirebasePerformance/Distribute
609-
sh build_zip.sh --version $version
610-
;;
611-
612602
*-*-spm)
613603
RunXcodebuild \
614604
-scheme $product \

0 commit comments

Comments
 (0)