You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/scripts/postinstall.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3667,7 +3667,7 @@ var copyPlist = function(copyPlistOpts) {
3667
3667
} else if (!fs.existsSync(destinationGooglePlist)) { // single GoogleService-Info.plist modus but missing`;
3668
3668
if(externalPushClientOnly){
3669
3669
beforeCheckForChangesContent+=`
3670
-
return true;`;
3670
+
return true; // this is a push-only project, so this is allowed`;
3671
3671
}else{
3672
3672
beforeCheckForChangesContent+=`
3673
3673
copyPlistOpts.$logger.warn("nativescript-plugin-firebase: " + destinationGooglePlist + " does not exist. Please follow the installation instructions from the documentation");
0 commit comments