File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 47
47
case " $PROJECT -$METHOD " in
48
48
Firebase-* )
49
49
check_changes ' ^(Firebase/Auth|Firebase/Core|Firebase/Database|Firebase/DynamicLinks|' \
50
- ' Firebase/Messaging|Firebase/Storage|Functions|GoogleUtilities|Example)'
50
+ ' Firebase/Messaging|Firebase/Storage|Functions|GoogleUtilities|Interop|Example|' \
51
+ ' FirebaseAnalyticsIntop.podspec|FirebaseAuth.podspec|FirebaseAuthInterop.podspec|' \
52
+ ' FirebaseCore.podspec|FirebaseDatabase.podspec|FirebaseDynamicLinks.podspec|' \
53
+ ' FirebaseFunctions.podspec|FirebaseMessaging.podspec|FirebaseStorage.podspec|' \
54
+ ' FirebaseStorage.podspec)'
51
55
;;
52
56
53
57
InAppMessagingDisplay-* )
Original file line number Diff line number Diff line change 38
38
# manually pushed to a temporary Specs repo. See
39
39
# https://guides.cocoapods.org/making/private-cocoapods.
40
40
# ALT_SOURCES="--sources=https://github.com/paulb777/Specs.git,https://github.com/CocoaPods/Specs.git"
41
- ALT_SOURCES=" --sources=https://github.com/paulb777/Specs.git,https://github.com/CocoaPods/Specs.git"
42
41
43
42
podspec=" $1 "
44
43
if [[ $# -gt 1 ]]; then
You can’t perform that action at this time.
0 commit comments