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

Commit 2058121

Browse files
GoogleService-Info.plist missing error #991
1 parent ced8ad6 commit 2058121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ var copyPlist = function(copyPlistOpts) {
36673667
} else if (!fs.existsSync(destinationGooglePlist)) { // single GoogleService-Info.plist modus but missing`;
36683668
if (externalPushClientOnly) {
36693669
beforeCheckForChangesContent += `
3670-
return true;`;
3670+
return true; // this is a push-only project, so this is allowed`;
36713671
} else {
36723672
beforeCheckForChangesContent += `
36733673
copyPlistOpts.$logger.warn("nativescript-plugin-firebase: " + destinationGooglePlist + " does not exist. Please follow the installation instructions from the documentation");

0 commit comments

Comments
 (0)