Skip to content

Commit b68ad62

Browse files
if_changed.sh: add InstanceID and Installations to all dependent SDKs (#4687)
* if_changed.sh: add InstanceID and Installations to all dependent SDKs * if_changed.sh: Remote Config podspec added * Remove redundunt FirebaseInstallations.podspec
1 parent 2328d1f commit b68ad62

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

scripts/if_changed.sh

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ else
5555
'InAppMessagingDisplay|InAppMessaging|Firebase/InAppMessaging|'\
5656
'FirebaseInAppMessaging.podspec|FirebaseInAppMessagingDisplay.podspec|'\
5757
'Firebase/InstanceID|FirebaseInstanceID.podspec|'\
58-
'FirebaseInstallations|FirebaseInstallations.podspec'\
58+
'FirebaseInstallations'\
5959
'FirebaseCrashlytics.podspec)'\
6060
;;
6161

@@ -78,7 +78,8 @@ else
7878
;;
7979

8080
Crashlytics-*)
81-
check_changes '^(FirebaseCore|Firebase/InstanceID|Firebase/Installations|GoogleUtilities|Crashlytics|FirebaseCrashlytics.podspec)'
81+
check_changes '^(FirebaseCore|GoogleUtilities|Crashlytics|FirebaseCrashlytics.podspec|Firebase/InstanceID|FirebaseInstanceID.podspec|'\
82+
'FirebaseInstallations)'
8283
;;
8384

8485
Database-*)
@@ -103,12 +104,13 @@ else
103104

104105
InAppMessaging-*)
105106
check_changes '^(InAppMessaging|Firebase/InAppMessaging|Firebase/InAppMessagingDisplay|InAppMessagingDisplay|'\
106-
'FirebaseInAppMessaging.podspec|FirebaseInAppMessagingDisplay.podspec)'
107+
'FirebaseInAppMessaging.podspec|FirebaseInAppMessagingDisplay.podspec|Firebase/InstanceID|FirebaseInstanceID.podspec|'\
108+
'FirebaseInstallations)'
107109
;;
108110

109111
InstanceID-*)
110112
check_changes '^(Firebase/InstanceID|Example/InstanceID|FirebaseCore|GoogleUtilities|'\
111-
'FirebaseInstanceID.podspec|FirebaseInstallations|FirebaseInstallations.podspec)'
113+
'FirebaseInstanceID.podspec|FirebaseInstallations)'
112114
;;
113115

114116
Firestore-xcodebuild|Firestore-pod-lib-lint)
@@ -127,19 +129,20 @@ else
127129

128130
Messaging-*)
129131
check_changes '^(FirebaseCore|Firebase/Messaging|Example/Messaging|GoogleUtilities|FirebaseMessaging.podspec|Firebase/InstanceID|'\
130-
'FirebaseInstallations|FirebaseInstallations.podspec)'
132+
'FirebaseInstanceID.podspec|FirebaseInstallations)'
131133
;;
132134

133135
RemoteConfig-*)
134-
check_changes '^(FirebaseCore|FirebaseRemoteConfig)'
136+
check_changes '^(FirebaseCore|FirebaseRemoteConfig|FirebaseRemoteConfig.podspec|Firebase/InstanceID|FirebaseInstanceID.podspec|'\
137+
'FirebaseInstallations)'
135138
;;
136139

137140
Storage-*)
138141
check_changes '^(FirebaseCore|FirebaseStorage|GoogleUtilities|FirebaseStorage.podspec)'
139142
;;
140143

141144
Installations-*)
142-
check_changes '^(FirebaseCore|GoogleUtilities|FirebaseInstallations|FirebaseInstallations.podspec)'
145+
check_changes '^(FirebaseCore|GoogleUtilities|FirebaseInstallations)'
143146
;;
144147

145148
*)

0 commit comments

Comments
 (0)