From 0e81ae544bffa23743801a78ddfa7d50ca94d08c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 13 Mar 2017 16:50:08 -0300 Subject: [PATCH] Copy config files --- app-template/apply.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-template/apply.js b/app-template/apply.js index fa35abce4..8654b1109 100755 --- a/app-template/apply.js +++ b/app-template/apply.js @@ -132,6 +132,9 @@ function copyDir(from, to, cb) { } +// Push Notification +fs.copySync(configDir + '/GoogleService-Info.plist', '../GoogleService-Info.plist'); +fs.copySync(configDir + '/google-services.json', '../google-services.json'); copyDir(configDir + '/img/', '../www/img/app/', function() { copyDir(configDir + '/sass/', '../src/sass/app/', function() {