-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
42 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euxo pipefail | ||
|
||
pod repo push --use-json spec-staging FirebaseDatabaseUI.podspec && \ | ||
pod repo push --use-json --allow-warnings spec-staging FirebaseAuthUI.podspec && \ | ||
pod repo push --use-json spec-staging FirebaseStorageUI.podspec && \ | ||
pod repo push --use-json spec-staging FirebaseFirestoreUI.podspec | ||
|
||
pod repo push --use-json spec-staging FirebaseAnonymousAuthUI.podspec && \ | ||
pod repo push --use-json --allow-warnings spec-staging FirebaseEmailAuthUI.podspec && \ | ||
pod repo push --use-json spec-staging FirebaseFacebookAuthUI.podspec && \ | ||
pod repo push --use-json spec-staging FirebaseGoogleAuthUI.podspec && \ | ||
pod repo push --use-json spec-staging FirebaseOAuthUI.podspec && \ | ||
pod repo push --use-json --allow-warnings spec-staging FirebasePhoneAuthUI.podspec | ||
|
||
pod spec lint FirebaseUI.podspec && \ | ||
pod repo push --use-json spec-staging FirebaseUI.podspec |