Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d48e1c5

Browse files
Call writeGoogleServiceCopyHook() for both iOS and Android. #1140
1 parent d1595fe commit d48e1c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ function promptQuestionsResult(result) {
276276
if (!externalPushClientOnly) {
277277
writePodFile(result);
278278
}
279+
writeGoogleServiceCopyHook();
279280
writeBuildscriptHookForCrashlytics(isSelected(result.crashlytics));
280281
writeBuildscriptHookForFirestore(isSelected(result.firestore) && !supportsIOSModernBuildSystem);
281282
}

0 commit comments

Comments
 (0)